Files
Ross 3402dde43c .
2024-02-26 10:55:22 +00:00

14 lines
273 B
HTML

{% extends 'base.html' %}
{% block content %}
{% load static %}
<div class="">
<h2>Server Error (500)</h2>
<img src="{% static 'img/mrifail.jpg' %}" width="500px">
{% comment %} {% if exception %}
{{exception}}
{% endif %} {% endcomment %}
</div>
{% endblock %}