fix a few major permission holes
This commit is contained in:
+5
-1
@@ -4,7 +4,11 @@
|
||||
{% load static %}
|
||||
<div class="">
|
||||
<h2>403 error</h2>
|
||||
{% if exception and not exception.strip %}
|
||||
<p>{{ exception }}</p>
|
||||
{% else %}
|
||||
<p>Forbidden</p>
|
||||
{% endif %}
|
||||
<img src="{% static 'img/x-ray-radiation-no-unauthorised.png' %}" width="500px">
|
||||
Forbidden
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user