regluit/frontend/templates/500.html

12 lines
211 B
HTML
Raw Normal View History

{% extends "base.html" %}
2016-05-11 14:41:50 +00:00
{% block content %}
2011-11-18 20:11:17 +00:00
<div class="js-main">
<h1>Whoops, an error occurred.</h1>
2015-08-18 15:03:49 +00:00
<p>Help us fix it by <a href="{% url 'feedback' %}">sending us feedback</a>.</p>
</div>
{% endblock %}