X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/43116c58e5c56f94ef358a5a17fb13a252e02531..d899260600ea4936bf7ed9c9534d8437d0ad7523:/redakcja/templates/404.html

diff --git a/redakcja/templates/404.html b/redakcja/templates/404.html
index 9c506b9c..c5c310d6 100644
--- a/redakcja/templates/404.html
+++ b/redakcja/templates/404.html
@@ -2,7 +2,7 @@
 {% load i18n %}
 
 
-{% block content %}
+{% block inner_content %}
 
 <h1>{% trans "Page not found" %}</h1>
 
@@ -25,4 +25,4 @@ or to <a href="{{m}}">your page</a> instead.{% endblocktrans %}
 </p>
 
 
-{% endblock content %}
+{% endblock %}