diff options
Diffstat (limited to 'chimere/templates/404.html')
-rw-r--r-- | chimere/templates/404.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chimere/templates/404.html b/chimere/templates/404.html index d7d0de0..96adb13 100644 --- a/chimere/templates/404.html +++ b/chimere/templates/404.html @@ -1,5 +1,2 @@ {% load i18n %} -{% extends "base.html" %} -{% block content %} <h2>{% trans "Page not found" %}</h2> -{% endblock %} |