aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/new_security/not_authenticated.html
blob: ea688346ae46ff320f48d44589ce044ec0d88352 (plain)
1
2
3
4
5
6
7
8
9
10
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 %}