Files
notifications-admin/app/templates/error/404.html
2016-01-08 09:44:00 +00:00

11 lines
289 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>404</h1>
<p>Sorry, that page doesn't exist.</p>
</div>
</div>
{% endblock %}