.
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user