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

11 lines
289 B
HTML
Raw Normal View History

2016-01-07 15:48:29 +00:00
{% extends "admin_template.html" %}
2016-01-08 09:44:00 +00:00
{% block page_title %}Page not found{% endblock %}
2016-01-07 15:48:29 +00:00
{% block fullwidth_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1>404</h1>
<p>Sorry, that page doesn't exist.</p>
</div>
</div>
{% endblock %}