diff options
Diffstat (limited to 'gn2/wqflask/templates/webgestalt_page.html')
-rw-r--r-- | gn2/wqflask/templates/webgestalt_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/webgestalt_page.html b/gn2/wqflask/templates/webgestalt_page.html index 759e0251..aea31fd8 100644 --- a/gn2/wqflask/templates/webgestalt_page.html +++ b/gn2/wqflask/templates/webgestalt_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" %} |