From bf17b8b4556f4453ed4d217bc0ed9212e640986f Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 15 Dec 2009 23:42:17 +0000 Subject: [PATCH] Make the basic library page show up when javascript is disabled by removing the x-hidden from the content div. --- htsworkflow/frontend/templates/app_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.30.2