structables/templates/500.html

8 lines
222 B
HTML
Raw Normal View History

{% extends "base.html" %}
2023-07-19 06:26:45 +00:00
{% block content %}
2023-07-19 06:26:45 +00:00
<center>
<h1>500</h1>
2023-07-19 06:26:45 +00:00
<p>An internal server error has occurred. Please try again later, or notify the administrator if this keeps happening.</p>
</center>
{% endblock %}