Club prepared.
[wolnelektury.git] / src / wolnelektury / templates / user.html
index f7491ba..0f261f9 100644 (file)
@@ -11,5 +11,8 @@
     <p><a href="{% url 'account_set_password' %}">{% trans "Password" %}</a></p>
     <p><a href="{% url 'account_email' %}">{% trans "E-mail" %}</a></p>
     <p><a href="{% url 'socialaccount_connections' %}">{% trans "Social accounts" %}</a></p>
+    {% if request.user.membership %}
+      <p><a href="{% url 'club_join' %}">Należysz do Towarzystwa Przyjaciół Wolnych Lektur</a></p> 
+    {% endif %}
   </div>
 {% endblock %}