X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/377ae745c37784d310cb955723dfe4b8a060dd54..ecf2f1e338a2ad44cd718ecfaeb0bcecf079ff53:/edumed/templates/404_mil.html diff --git a/edumed/templates/404_mil.html b/edumed/templates/404_mil.html new file mode 100644 index 0000000..bdc4f15 --- /dev/null +++ b/edumed/templates/404_mil.html @@ -0,0 +1,14 @@ +{% extends "base_mil.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 %}