X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/wolnelektury/templates/user.html diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index f7491badd..709065174 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -1,7 +1,13 @@ -{% extends "base/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} +{% block settings %} + {% load title %} + {% trans "User" as title %} + {% title title %} +{% endblock %} + {% block titleextra %}{% trans "User" %}{% endblock %} {% block body %} @@ -11,5 +17,8 @@
+ {% if request.user.membership %} + + {% endif %} {% endblock %}