mark texts for translation
[redakcja.git] / redakcja / templates / 404.html
index 49562a8..c5c310d 100644 (file)
@@ -1,9 +1,8 @@
 {% extends "catalogue/base.html" %}
 {% load i18n %}
-{% load url from future  %}
 
 
-{% block content %}
+{% block inner_content %}
 
 <h1>{% trans "Page not found" %}</h1>
 
@@ -26,4 +25,4 @@ or to <a href="{{m}}">your page</a> instead.{% endblocktrans %}
 </p>
 
 
-{% endblock content %}
+{% endblock %}