Fixed dynamic east panel code
[htsworkflow.git] / htsworkflow / frontend / samples / views.py
index c72a8335c2677285542c3b894426df49994e1bef..853a0ff8a3aa217c6c2f2e426bc102324491bc76 100644 (file)
@@ -66,6 +66,7 @@ def library(request):
     
     app_context = {
         'page_name': 'Library Index',
+        'east_region_config_div': 'changelist-filter',
         'body': t.render(c)
     }
     app_context.update(SAMPLES_CONTEXT_DEFAULTS)