From: Diane Trout Date: Tue, 15 Dec 2009 23:42:17 +0000 (+0000) Subject: Make the basic library page show up when javascript is disabled X-Git-Tag: 0.4.0~27 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=bf17b8b4556f4453ed4d217bc0ed9212e640986f Make the basic library page show up when javascript is disabled by removing the x-hidden from the content div. --- diff --git a/htsworkflow/frontend/templates/app_base.html b/htsworkflow/frontend/templates/app_base.html index 8ff3d96..7db0c9e 100644 --- a/htsworkflow/frontend/templates/app_base.html +++ b/htsworkflow/frontend/templates/app_base.html @@ -91,7 +91,7 @@ -
+
{% block msg %}
{{ msg }}
{% endblock %}