reformat templates
[wolnelektury.git] / src / wolnelektury / templates / 404.html
1 {% extends "base/base.html" %}
2 {% load i18n %}
3
4 {% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %}
5
6
7 {% block body %}
8   <h1>{% trans "Page not found" %}</h1>
9
10   <p class="normal-text">
11     {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%}
12     <a href="/">{% trans "main page" %}</a>.
13   </p>
14 {% endblock body %}