This commit is contained in:
Ross
2021-08-31 22:31:58 +01:00
parent b6348f32f8
commit a2259626d5
+1 -1
View File
@@ -4,7 +4,7 @@
{% load static %}
<div class="">
<h2>403 error</h2>
<img src="{% static 'img/x-ray-radiation-no-unauthorised.png' %}">
<img src="{% static 'img/x-ray-radiation-no-unauthorised.png' %}" width="500px">
Forbidden
</div>
{% endblock %}