X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/blobdiff_plain/f8c109c9986e2487464b995671b046dfc38073db..74b5ddcfc3af0c3155915f54c2490fcdda0d19f7:/project_name/templates/404.html diff --git a/project_name/templates/404.html b/project_name/templates/404.html deleted file mode 100644 index 74ee437..0000000 --- a/project_name/templates/404.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block title %}{% trans "Page not found" %}{% endblock %} - -{% block body %} - -

{% trans "Page not found" %}

- -

- {% trans "The page you were looking for doesn't exist." %} -

- -{% endblock %}