1 {% extends "2022/base_simple.html" %}
3 {% load active_schedule from club %}
7 {% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %}
12 <h1>{% trans "Wolne Lektury need your help!" %}</h1>
13 <div class="white-box normal-text">
17 <p style="margin-top: 2em;">
18 {% with schedule=request.user|active_schedule %}
20 <a href="{{ schedule.get_absolute_url }}">{% trans "Congratulations – you're already a supporter of Wolne Lektury!" %}</a>
22 <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="{% url 'club_join' %}">{% trans "Become a supporter" %}</a>