site/backend/app/templates/500.html
2024-09-02 07:22:23 +00:00

10 lines
202 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>An unexpected error has occurred.</h1>
<p>Administrator has been notified.</p>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}