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 %}
|