+ {% trans 'Bad Request' %} +
+
+ {% block card %}
+
+ {% endblock %}
+
+ diff --git a/passbook/core/templates/error/generic.html b/passbook/core/templates/error/generic.html index 24595d1c8..7bb8ee16e 100644 --- a/passbook/core/templates/error/generic.html +++ b/passbook/core/templates/error/generic.html @@ -1,20 +1,58 @@ -{% extends 'login/base.html' %} +{% extends 'base/skeleton.html' %} {% load static %} {% load i18n %} {% load passbook_utils %} -{% block card_title %} -{% trans 'Bad Request' %} -{% endblock %} - -{% block card %} -
+{% block body %} +