aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/new_security/not_authenticated.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/new_security/not_authenticated.html')
-rw-r--r--gn2/wqflask/templates/new_security/not_authenticated.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/new_security/not_authenticated.html b/gn2/wqflask/templates/new_security/not_authenticated.html
new file mode 100644
index 00000000..ea688346
--- /dev/null
+++ b/gn2/wqflask/templates/new_security/not_authenticated.html
@@ -0,0 +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 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