diff --git a/templates/404.html b/templates/404.html index 9c5c079..fa98e50 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,9 +1,9 @@ -{% extends "base.html" %} +{% extends "base_auth.html" %} {% load i18n %} {% block title %}{% trans "404" %}{% endblock %} {% block content %}
-
+

Oops!

{% trans "404 Not Found" %}

diff --git a/templates/500.html b/templates/500.html index b2a0b34..b8dcfa4 100644 --- a/templates/500.html +++ b/templates/500.html @@ -3,7 +3,7 @@ {% block title %}{% trans "500" %}{% endblock %} {% block content %}
-
+

Oops!

{% trans "500 Internal Server Error" %}