2011-10-14 20:38:09 +00:00
|
|
|
{% extends "base.html" %}
|
2016-05-11 14:41:50 +00:00
|
|
|
|
2011-10-14 20:38:09 +00:00
|
|
|
{% block content %}
|
2011-11-16 16:01:45 +00:00
|
|
|
<div class="js-main">
|
|
|
|
<h1>Oops! This page does not exist.</h1>
|
|
|
|
|
2015-08-18 15:03:49 +00:00
|
|
|
<p>Should it? <a href="{% url 'feedback' %}">Send us feedback </a>.</p>
|
2011-10-14 20:38:09 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|