fix typo :)
This commit is contained in:
parent
a098313336
commit
5fe8b67ba7
|
@ -6,6 +6,6 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h1 class="title">{% trans "Not Found" %}</h1>
|
<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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue