X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65c9feda79d2b2c94cb7dcd561318a83fd796f0a..cf4049b3e2a405df73926d3a806f715de685b5cb:/src/wolnelektury/templates/user.html diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index 0f261f92b..36bb9783b 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -1,18 +1,24 @@ -{% extends "base/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} -{% block titleextra %}{% trans "User" %}{% endblock %} +{% block settings %} + {% load title %} + {% trans "Użytkownik" as title %} + {% title title %} +{% endblock %} + +{% block titleextra %}{% trans "Użytkownik" %}{% endblock %} {% block body %}
{% trans "ZewnÄtrzne konta" %}
{% if request.user.membership %} - + {% endif %}