graphPaname/app/templates/500.html

9 lines
291 B
HTML
Raw Normal View History

2020-06-12 22:50:08 +02:00
{% extends "base.html" %}
{% block app_content %}
<h1>An unexpected error has occurred</h1>
<p>The administrator has been notified!</p>
<p>If he gets too many notifications, we might replace him with an AI</p>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}