Files
notifications-admin/app/templates/error/500.html

13 lines
351 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
2016-01-07 15:48:29 +00:00
{% block page_title %}Server error{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
2016-04-13 17:19:11 +01:00
Sorry, were experiencing technical difficulties
</h1>
<p>Try again later.</p>
2016-01-07 15:48:29 +00:00
</div>
</div>
2016-01-07 15:48:29 +00:00
{% endblock %}