workaround for django ticket 17111; cover in api fix
[wolnelektury.git] / wolnelektury / templates / 404.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4
5 {% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %}
6
7
8 {% block body %}
9
10 <h1>{% trans "Page not found" %}</h1>
11
12
13 <p class="normal-text">
14 {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} <a href="/">{% trans "main page" %}</a>.
15 </p>
16
17
18
19 {% endblock body %}