Skip to content
Snippets Groups Projects
Commit 6018a8f1 authored by Art's avatar Art :lizard:
Browse files

Update the provided 403 page a little

parent c3042a52
No related tags found
No related merge requests found
......@@ -6,9 +6,13 @@
</head>
<body>
<h1>403 Forbidden</h1>
{% if request.user.is_authenticated %}
<p>
You (<code><strong>{{ request.user }}</strong></code>) don't have permissions to access this page.
</p>
{% if not request.user.is_anonymous %}<p><a href="{% url "sso-logout" %}">Log Out</a></p>{% endif %}
<p>
<a href="{% url "sso-logout" %}">Log Out</a>
</p>
{% endif %}
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment