summaryrefslogtreecommitdiff
path: root/project/templates/404.html
blob: 1a450f4ff9f767b8859b367477c74ddace2eea40 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block title %}404 Page Not Found{% endblock %}

{% block content %}

<h1>404 Page Not Found</h1>

<p>Are you sure you have the correct URL?</p>

{% endblock content %}