X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d0f0e1412cc42d366b234e798dfb68feed05d751..d555d988764995ea1f9f5ece46f453a66f09b334:/src/edumed/templates/404.html diff --git a/src/edumed/templates/404.html b/src/edumed/templates/404.html new file mode 100644 index 0000000..74ee437 --- /dev/null +++ b/src/edumed/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 %}