diff options
Diffstat (limited to 'gn2/wqflask/templates/authorisation_error.html')
-rw-r--r-- | gn2/wqflask/templates/authorisation_error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/authorisation_error.html b/gn2/wqflask/templates/authorisation_error.html index 3dce8b52..36646fba 100644 --- a/gn2/wqflask/templates/authorisation_error.html +++ b/gn2/wqflask/templates/authorisation_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}{{error_type}}: ...{%endblock%} {%block content%} <div class="container"> |