diff options
Diffstat (limited to 'gn2/wqflask/templates/wgcna_setup.html')
-rw-r--r-- | gn2/wqflask/templates/wgcna_setup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/wgcna_setup.html b/gn2/wqflask/templates/wgcna_setup.html index 20316ab2..33f8947d 100644 --- a/gn2/wqflask/templates/wgcna_setup.html +++ b/gn2/wqflask/templates/wgcna_setup.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}WCGNA analysis{% endblock %} {% block content %} <!-- Start of body --> @@ -138,4 +138,4 @@ $(document).on('submit', '#wgcna_form', function(e) { }) </script> -{% endblock %}
\ No newline at end of file +{% endblock %} |