regluit/frontend/templates/404.html

12 lines
208 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="js-main">
<h1>Oops! This page does not exist.</h1>
<p>Should it? <a href="{% url 'feedback' %}">Send us feedback </a>.</p>
</div>
{% endblock %}