X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/blobdiff_plain/048a4a2fb7ccde8d1a7c06823f64a7be9d5a55ea..6dd672eece2a96e384cba8d9a8f2a0601dac9d51:/src/project_name/templates/404.html?ds=sidebyside diff --git a/src/project_name/templates/404.html b/src/project_name/templates/404.html deleted file mode 100644 index 74ee437..0000000 --- a/src/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 "The page you were looking for doesn't exist." %} -
- -{% endblock %}