2024-08-03 06:31:19 -07:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2024-09-02 07:22:23 +00:00
|
|
|
<h2>An unexpected error has occurred.</h1>
|
|
|
|
<p>Administrator has been notified.</p>
|
|
|
|
<p><a href="{{ url_for('index') }}">Back</a></p>
|
2024-08-03 06:31:19 -07:00
|
|
|
|
|
|
|
{% endblock %}
|