X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/club/templates/club/index.html diff --git a/src/club/templates/club/index.html b/src/club/templates/club/index.html index e07cdb47d..eb7b6a963 100644 --- a/src/club/templates/club/index.html +++ b/src/club/templates/club/index.html @@ -4,12 +4,12 @@ {% load chunks %} -{% block titleextra %}{% trans "Wolne Lektury need your help!" %}{% endblock %} +{% block titleextra %}{% trans "Wolne Lektury potrzebują Twojej pomocy!" %}{% endblock %} {% block body %} -

{% trans "Wolne Lektury need your help!" %}

+

{% trans "Wolne Lektury potrzebują Twojej pomocy!" %}

{% chunk 'club' %} @@ -17,9 +17,9 @@

{% with schedule=request.user|active_schedule %} {% if schedule %} - {% trans "Congratulations – you're already a supporter of Wolne Lektury!" %} + {% trans "Gratulacje — wspierasz Wolne Lektury!" %} {% else %} - {% trans "Become a supporter" %} + {% trans "Zacznij wspierać" %} {% endif %} {% endwith %}