{% block titleextra %}{% trans "Użytkownik" %}{% endblock %}
{% block body %}
- <div class="normal-text white-box">
+ <div class="white-box">
<h1>{% trans "Użytkownik" %}</h1>
<p><a href="{% url 'account_set_password' %}">{% trans "Hasło" %}</a></p>
{% if request.user.membership %}
<p><a href="{% url 'club_join' %}">{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}</a></p>
{% endif %}
+ <p><a href="{% url 'socialaccount_connections' %}">{% trans "Zewnętrzne konta" %}</a></p>
+ <p><a href="{% url 'logout' %}">{% trans "Wyloguj się" %}</a>
</div>
{% endblock %}