diff options
Diffstat (limited to 'gn2/wqflask/templates/startup_errors.html')
-rw-r--r-- | gn2/wqflask/templates/startup_errors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/startup_errors.html b/gn2/wqflask/templates/startup_errors.html index 82d85572..91c1807c 100644 --- a/gn2/wqflask/templates/startup_errors.html +++ b/gn2/wqflask/templates/startup_errors.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Startup Error{%endblock%} {%block content %} {%if error_type == "MissingConfigurationError"%} |