Skip to content
Snippets Groups Projects
Commit 42b6acd9 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Fixed error in forbidden template.

parent 344c0d54
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
{% block heading %}Forbidden{{ object.graceid }}{% endblock %}
{% block content %}
<p>You are {{ error }} and the item you requested is not for you.</p> {{ message|safe }}
<!-- <p>You are {{ error }} and the item you requested is not for you.</p> {{ message|safe }} -->
<p>You are {{ user.username }} and the item you requested is not for you.</p> {{ error|safe }}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment