X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8132fc186eb0c5fd02c86828c3a4735754296d02..5913c54d19b8f6775633176032161d49f9b2f1aa:/redakcja/templates/404.html diff --git a/redakcja/templates/404.html b/redakcja/templates/404.html deleted file mode 100644 index 11edc9d5..00000000 --- a/redakcja/templates/404.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "catalogue/base.html" %} -{% load i18n %} - -{% block titleextra %}{% trans "Page not found" %}{% endblock %} - -{% block content %} - -

{% trans "Page not found" %}

- -{% blocktrans with p=request.build_absolute_uri %}The page you're trying -to reach ({{p}}) could not be found. If it's a document, try -looking for it on the document list.{% endblocktrans %} - -

-{% blocktrans with m="mailto:radoslaw.czajka@nowoczesnapolska.org.pl" %}If you -still can't find what you're looking for, please -contact the administrator.{% endblocktrans %} -

- -{% url "catalogue_user" as m %} -

-{% blocktrans %}If you're coming from Redmine, please note that -work is no longer managed there. -Go to the document list -or to your page instead.{% endblocktrans %} -

- - -{% endblock content %}