akindices/snapindices/templates/500.html
Matthew Dillon (diogenes) c537cc0ec6 Initial Public Release
2013-09-08 20:37:01 -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 %}