X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..02fe6525fe7fa7c16d6e1dfe0ca040ac07d41325:/apps/wolnelektury_core/templates/socialaccount/connections.html diff --git a/apps/wolnelektury_core/templates/socialaccount/connections.html b/apps/wolnelektury_core/templates/socialaccount/connections.html index 0446fd921..9896b0954 100644 --- a/apps/wolnelektury_core/templates/socialaccount/connections.html +++ b/apps/wolnelektury_core/templates/socialaccount/connections.html @@ -7,6 +7,7 @@ {% block body %}

{% trans "Account Connections" %}

+
{% if form.accounts %}

{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}

@@ -24,8 +25,8 @@
{% endwith %} @@ -50,7 +51,7 @@ {% include "socialaccount/snippets/login_extra.html" %} - +
{% endblock %}