aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/geneweaver_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/geneweaver_page.html')
-rw-r--r--gn2/wqflask/templates/geneweaver_page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/geneweaver_page.html b/gn2/wqflask/templates/geneweaver_page.html
index 7687cb6a..1f6630b3 100644
--- a/gn2/wqflask/templates/geneweaver_page.html
+++ b/gn2/wqflask/templates/geneweaver_page.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}{% if wrong_input == "True" %}WebGestalt Error{% else %}Opening WebGestalt{% endif %}{% endblock %}
{% block content %}
{% if wrong_input == "True" %}
@@ -32,4 +32,4 @@
setTimeout('document.formODE.submit()', 1000);
</script>
{% endif %}
-{% endblock %} \ No newline at end of file
+{% endblock %}