Files
notifications-admin/app/templates/error/410.html
T

15 lines
397 B
HTML
Raw Normal View History

2016-10-10 11:36:12 +01:00
{% extends "withoutnav_template.html" %}
{% block per_page_title %}Page not found{% endblock %}
2016-10-10 11:36:12 +01:00
{% 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 %}