This commit is contained in:
Ross
2021-10-04 22:28:28 +01:00
parent 6930d955a7
commit 82d4a19dbf
3 changed files with 26 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{% extends 'base.html' %}
{% block content %}
{% load static %}
<div class="">
<h2>Server Error (500)</h2>
<img src="{% static 'img/x-ray-radiation-no-unauthorised.png' %}" width="500px">
{% if exception %}
{% endif %}
</div>
{% endblock %}