X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..6d7b11e4a01b2314c0527d94d91f3159c0bd34ce:/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 %}