1 {% extends "base_simple.html" %}
3 {% load active_schedule from club %}
7 {% block titleextra %}{% trans "Wolne Lektury potrzebują Twojej pomocy!" %}{% endblock %}
12 <h1>{% trans "Wolne Lektury potrzebują Twojej pomocy!" %}</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 "Gratulacje — wspierasz Wolne Lektury!" %}</a>
22 <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="{% url 'club_join' %}">{% trans "Zacznij wspierać" %}</a>