Move to src dir.
[edumed.git] / edumed / templates / 404_mil.html
diff --git a/edumed/templates/404_mil.html b/edumed/templates/404_mil.html
deleted file mode 100644 (file)
index bdc4f15..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{% 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 %}