X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/blobdiff_plain/f8c109c9986e2487464b995671b046dfc38073db..74b5ddcfc3af0c3155915f54c2490fcdda0d19f7:/src/project_name/templates/404.html diff --git a/src/project_name/templates/404.html b/src/project_name/templates/404.html new file mode 100644 index 0000000..74ee437 --- /dev/null +++ b/src/project_name/templates/404.html @@ -0,0 +1,14 @@ +{% 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 %}