fix typo :)

This commit is contained in:
reese 2021-03-03 20:08:42 -06:00
parent a098313336
commit 5fe8b67ba7

View file

@ -6,6 +6,6 @@
{% block content %}
<div class="block">
<h1 class="title">{% trans "Not Found" %}</h1>
<p>{% trans "The page your requested doesn't seem to exist!" %}</p>
<p>{% trans "The page you requested doesn't seem to exist!" %}</p>
</div>
{% endblock %}