1
0
forked from finn/site

mgt c7 checkpoint 1

This commit is contained in:
2024-08-03 06:31:19 -07:00
parent af0978c4e8
commit fe2dcd23f1
5 changed files with 32 additions and 1 deletions

View File

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