diff options
Diffstat (limited to 'gn2/wqflask/templates/new_security/not_authenticated.html')
-rw-r--r-- | gn2/wqflask/templates/new_security/not_authenticated.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/new_security/not_authenticated.html b/gn2/wqflask/templates/new_security/not_authenticated.html index ea688346..0dcad7ee 100644 --- a/gn2/wqflask/templates/new_security/not_authenticated.html +++ b/gn2/wqflask/templates/new_security/not_authenticated.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Authentication Needed{% endblock %} {% block content %} <div class="container"> @@ -8,4 +8,4 @@ <p>Please contact the data's owner or GN administrators if you believe you should have access to these data.</p> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |