X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/db3bea808bc78fa2d1c6d0be6e0300003f31059c..1a6ad5b9b48a5efa90410fd324c256f59f57e08f:/src/club/templates/club/membership_form.html diff --git a/src/club/templates/club/membership_form.html b/src/club/templates/club/membership_form.html index def4539a8..8ad0387e6 100644 --- a/src/club/templates/club/membership_form.html +++ b/src/club/templates/club/membership_form.html @@ -1,8 +1,10 @@ {% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} {% load chunks %} {% load thumbnail %} +{% load club %} -{% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %} +{% block titleextra %}Uwalniaj książki razem z nami!{% endblock %} +{% block metadescription %}„Wolne Lektury należy wspierać, bo są” - Filip Springer{% endblock %} {% block body %} @@ -122,6 +124,12 @@

{% if membership %}Dziękujemy za Twoje dotychczasowe zaangażowanie! Wesprzyj nas ponownie!{% else %}Dziękujemy, że chcesz razem z nami uwalniać książki!{% endif %}

+ {% with schedule=request.user|active_schedule %} + {% if schedule %} +

Zobacz swoje dotychczasowe wsparcie.

+ {% endif %} + {% endwith %} + {% chunk 'club_form_top' %}
@@ -208,6 +216,8 @@
+{% chunk 'club_form_bottom' %} + {% endblock %}