summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/templates/404.html
blob: ccf5146c236cba10d453f0e001f8004a5b67fc0b (plain)
1
2
3
4
5
6
7
{%extends "base.html" %}
{%block title%}Not found{%endblock%}
{%block contents%}
<h1>Not found</h1>
<p>The specified URL was not found.</p>
{%endblock%}