summaryrefslogtreecommitdiff
path: root/app/lib/grappelli/templates/admin/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/grappelli/templates/admin/404.html')
-rw-r--r--app/lib/grappelli/templates/admin/404.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/lib/grappelli/templates/admin/404.html b/app/lib/grappelli/templates/admin/404.html
new file mode 100644
index 0000000..10aeb75
--- /dev/null
+++ b/app/lib/grappelli/templates/admin/404.html
@@ -0,0 +1,13 @@
+{% extends "admin/base_site.html" %}
+
+<!-- LOADING -->
+{% load i18n %}
+
+<!-- TITLE -->
+{% block title %}{% trans "Page not found" %}{% endblock %}
+
+<!-- CONTENT -->
+{% block content %}
+<h2>{% trans "Page not found" %}</h2>
+<p>{% trans "We're sorry, but the requested page could not be found." %}</p>
+{% endblock %}