regluit/frontend/templates/404.html

12 lines
208 B
HTML
Raw Normal View History

{% extends "base.html" %}
2016-05-11 14:41:50 +00:00
{% block content %}
<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>
</div>
{% endblock %}