X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..c51d32b7b97016260e4c60dda9fbbd9eb25420ce:/src/redakcja/templates/404.html

diff --git a/src/redakcja/templates/404.html b/src/redakcja/templates/404.html
index 11edc9d5..a4fd20de 100644
--- a/src/redakcja/templates/404.html
+++ b/src/redakcja/templates/404.html
@@ -1,4 +1,4 @@
-{% extends "catalogue/base.html" %}
+{% extends "documents/base.html" %}
 {% load i18n %}
 
 {% block titleextra %}{% trans "Page not found" %}{% endblock %}
@@ -17,7 +17,7 @@ still can't find what you're looking for, please
 <a href="{{m}}">contact the administrator</a>.{% endblocktrans %}
 </p>
 
-{% url "catalogue_user" as m %}
+{% url "documents_user" as m %}
 <p>
 {% blocktrans %}If you're coming from Redmine, please note that
 work is no longer managed there.