diff options
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/new_security/not_authenticated.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/wqflask/wqflask/templates/new_security/not_authenticated.html b/wqflask/wqflask/templates/new_security/not_authenticated.html index 7d0d3060..ea688346 100644 --- a/wqflask/wqflask/templates/new_security/not_authenticated.html +++ b/wqflask/wqflask/templates/new_security/not_authenticated.html @@ -1,11 +1,11 @@ -{% extends "base.html" %}
-{% block title %}Authentication Needed{% endblock %}
-{% block content %}
- <div class="container">
- <div class="page-header">
- <h3>You lack the permissions to view this data.</h3>
- </div>
- <p>Please contact the data's owner or GN administrators if you believe you should have access to this data.</p>
- </div>
-
+{% extends "base.html" %} +{% block title %}Authentication Needed{% endblock %} +{% block content %} + <div class="container"> + <div class="page-header"> + <h3>You lack the permissions to view these data.</h3> + </div> + <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 |