Files
notifications-admin/app/templates/error/404.html
2018-06-28 10:53:27 +01:00

15 lines
406 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 per_page_title %}Page could not be found{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Page could not be found
</h1>
<p>
Check youve entered the correct web address.
</p>
</div>
</div>
{% endblock %}