- <h1>Towarzystwo Wolnych Lektur</h1>
-
- <p>Towarzystwo jest fajne.</p>
-
-{% with schedule=request.user|active_schedule %}
-{% if schedule %}
-<p><a href="{{ schedule.get_absolute_url }}">Jesteś już w Towarzystwie</a>!</p>
-{% else %}
-<a href="{% url 'club_join' %}">Dołącz do Towarzystwa</a>.
-{% endif %}
-{% endwith %}
-
-
-</div>
+ <h1>{% trans "Wolne Lektury potrzebują Twojej pomocy!" %}</h1>
+ <div class="white-box normal-text">
+
+ {% chunk 'club' %}
+
+ <p style="margin-top: 2em;">
+ {% with schedule=request.user|active_schedule %}
+ {% if schedule %}
+ <a href="{{ schedule.get_absolute_url }}">{% trans "Gratulacje — wspierasz Wolne Lektury!" %}</a>
+ {% else %}
+ <a style="background:#018189;color:white;border-radius: 10px;padding:1em 2em" href="{% url 'club_join' %}">{% trans "Zacznij wspierać" %}</a>
+ {% endif %}
+ {% endwith %}
+ </p>
+ </div>