X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..refs/heads/master:/src/wolnelektury/templates/user.html?ds=inline diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index 0ffdd62a9..36bb9783b 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -1,17 +1,24 @@ -{% extends "base.html" %} +{% extends "base_simple.html" %} {% load i18n %} -{% block titleextra %}{% trans "User" %}{% endblock %} - -{% block body %} +{% block settings %} + {% load title %} + {% trans "Użytkownik" as title %} + {% title title %} +{% endblock %} -