fix typo :)
This commit is contained in:
parent
a098313336
commit
5fe8b67ba7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue