Files
notifications-admin/app/templates/error/500.html
2016-04-13 17:19:11 +01:00

13 lines
351 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "withoutnav_template.html" %}
{% block page_title %}Server error{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Sorry, were experiencing technical difficulties
</h1>
<p>Try again later.</p>
</div>
</div>
{% endblock %}