Separate 404 page for mil site
[edumed.git] / edumed / templates / 404_mil.html
diff --git a/edumed/templates/404_mil.html b/edumed/templates/404_mil.html
new file mode 100644 (file)
index 0000000..bdc4f15
--- /dev/null
@@ -0,0 +1,14 @@
+{% extends "base_mil.html" %}
+{% load i18n %}
+
+{% block title %}{% trans "Page not found" %}{% endblock %}
+
+{% block body %}
+
+<h1>{% trans "Page not found" %}</h1>
+
+<p class="notice">
+    {% trans "The page you were looking for doesn't exist." %}
+</p>
+
+{% endblock %}