Remove old version.
[wolnelektury.git] / src / wolnelektury / templates / user.html
index 0f261f9..ca9d564 100644 (file)
@@ -1,7 +1,13 @@
-{% extends "base/base.html" %}
+{% extends "2022/base_simple.html" %}
 {% load i18n %}
 
 
+{% block settings %}
+  {% load title %}
+  {% trans "User" as title %}
+  {% title title %}
+{% endblock %}
+
 {% block titleextra %}{% trans "User" %}{% endblock %}
 
 {% block body %}
@@ -12,7 +18,7 @@
     <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> 
+      <p><a href="{% url 'club_join' %}">Wspierasz Wolne Lektury, dziękujemy!</a></p>
     {% endif %}
   </div>
 {% endblock %}