From 3054181e83afc2e19d83336bd9b358f217ae5be8 Mon Sep 17 00:00:00 2001 From: Retspen Date: Thu, 26 Mar 2015 15:59:41 +0200 Subject: [PATCH] Fixed error page --- templates/404.html | 4 ++-- templates/500.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" %}