adapt to new migdal and fnpdjango
[prawokultury.git] / prawokultury / templates / 404.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4
5 {% block titleextra %}{% trans "Page not found" %} :: {% endblock %}
6
7
8 {% block body %}
9
10 <h1>{% trans "Page not found" %}</h1>
11
12 <p class="notice">
13     {% trans "The page you were looking for doesn't exist." %}
14 </p>
15
16 {% endblock %}