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

15 lines
406 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block per_page_title %}Page could not be found{% endblock %}
{% block maincolumn_content %}
2016-01-07 15:48:29 +00:00
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Page could not be found
</h1>
<p>
2018-06-28 10:53:27 +01:00
Check youve entered the correct web address.
</p>
2016-01-07 15:48:29 +00:00
</div>
</div>
{% endblock %}