Files
notifications-admin/app/templates/error/500.html
2016-01-14 14:25:38 +00:00

13 lines
360 B
HTML

{% extends "admin_template.html" %}
{% block page_title %}Server error{% endblock %}
{% block fullwidth_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">
Sorry, we're experiencing technical difficulties
</h1>
<p>Try again later.</p>
</div>
</div>
{% endblock %}