6 lines
No EOL
179 B
HTML
6 lines
No EOL
179 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>500 Internal Server Error</h1>
|
|
<p>Something didn't work</p>
|
|
<p><a href="{{ url_for('reset') }}">Main</a></p>
|
|
{% endblock %} |