X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a9f9e367a4aa563d907c5d2282ae732c9224f36a..4fbd1c359e6f2b8b15536179021a6cb0bc3e390c:/redakcja/templates/404.html

diff --git a/redakcja/templates/404.html b/redakcja/templates/404.html
index 49562a80..c5c310d6 100644
--- a/redakcja/templates/404.html
+++ b/redakcja/templates/404.html
@@ -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 %}