X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..4b4e3aa4d7f75f4bee66b3f3098cbeb756adb8d0:/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..3df16a8c5 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 %} @@ -46,11 +47,11 @@

{% trans 'Add a 3rd Party Account' %}

{% include "socialaccount/snippets/login_extra.html" %} - +
{% endblock %}