diff --git a/src/objects/templates/account_blocked.html b/src/objects/templates/account_blocked.html index df551d0f..07f22c9b 100644 --- a/src/objects/templates/account_blocked.html +++ b/src/objects/templates/account_blocked.html @@ -1,11 +1,16 @@ -{% extends 'master.html' %} +{% extends "maykin_common/api/index_base.html" %} +{% load i18n %} -{% block menu %}{% endblock %} +{% block page_title %}{{ settings.PROJECT_NAME }}{% endblock %} +{% block page_subtitle %}{{ settings.SITE_TITLE }}{% endblock page_subtitle %} {% block content %} -

Sorry, your account has been blocked

- -

If you you want your account unblocked, please contact the webmaster.

- -{% endblock content %} + {% block content_header %} + {{ block.super }} + {% endblock content_header %} +
+

{% trans "Sorry, your account has been blocked" %}

+

{% trans "If you you want your account unblocked, please contact the webmaster." %}

+
+{% endblock %}