X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/72fe2a679f27d81c92c65cf005ebf13fae7c7e34..6dd6758582da7f138885dc1eee41c8f9031da410:/src/wolnelektury/templates/user.html?ds=inline diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index 3adb03028..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 %}