fix a few major permission holes

This commit is contained in:
Ross
2023-12-04 12:19:52 +00:00
parent f346a69bb5
commit 976f57ac20
14 changed files with 77 additions and 36 deletions
+5 -1
View File
@@ -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 %}