Fixed dynamic east panel code
[htsworkflow.git] / htsworkflow / frontend / templates / app_base.html
index 5b34e5da2681d237f74d6595bd3ade166223c29a..5338da2b938da3b90f974664df540d6d52f27a0b 100644 (file)
@@ -73,7 +73,7 @@
     </div>
     
     {% block east_region %}
-    <div id="east_region_config" class="x-hidden"></div>
+    <div id="east_region_config" class="x-hidden">{% if east_region_config_div %}{{ east_region_config_div }}{% endif %}</div>
     {% endblock %}
     <div id="east_region_config_error" class="x-hidden">Check contents of div w/ id east_region_config, as the id supplied in text block does not exist.</div>