Make the basic library page show up when javascript is disabled
[htsworkflow.git] / htsworkflow / frontend / templates / app_base.html
index 8ff3d96d0c4100eaf0d2b53f71bd26687df36a1f..7db0c9e1ecb9261f8bd5ef1204ad55507b0b55ad 100644 (file)
@@ -91,7 +91,7 @@
     </div>
     
     <!-- Main Content -->
-    <div id="body_content" class="x-hidden">
+    <div id="body_content" class="">
         {% block msg %}
         <div class="msg">{{ msg }}</div>
         {% endblock %}