X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e24e657ebf536f55c1bde66bd41563fae30a98b0..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 36bb9783b..42078df59 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -11,7 +11,7 @@ {% block titleextra %}{% trans "Użytkownik" %}{% endblock %} {% block body %} -
+

{% trans "Użytkownik" %}

{% trans "Hasło" %}

@@ -20,5 +20,6 @@ {% if request.user.membership %}

{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}

{% endif %} +

{% trans "Wyloguj się" %}

{% endblock %}