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

15 lines
386 B
HTML

{% extends "admin_template.html" %}
{% block page_title %}Page not found{% endblock %}
{% block fullwidth_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">
Page could not be found
</h1>
<p>
Check you've entered the correct web address.
</p>
</div>
</div>
{% endblock %}