akindices/akindices/templates/500.html
Matthew Dillon (diogenes) b2f6707d36 Renamed to 'AKIndices'
2013-09-16 20:30:32 -08:00

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 %}