X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87e084d47c335cd6f0b3e91d614999f55d148044..14c183c7aecfdf240eb54fbaa659588e940535de:/src/wolnelektury/templates/socialaccount/connections.html diff --git a/src/wolnelektury/templates/socialaccount/connections.html b/src/wolnelektury/templates/socialaccount/connections.html index 0c7316ed4..0f107242a 100644 --- a/src/wolnelektury/templates/socialaccount/connections.html +++ b/src/wolnelektury/templates/socialaccount/connections.html @@ -45,6 +45,7 @@ <p>{% trans "You currently have no social network accounts connected to this account." %}</p> {% endif %} +{% if USE_OPENID %} <h2>{% trans 'Add a 3rd Party Account' %}</h2> <ul class="socialaccount_providers"> @@ -52,6 +53,7 @@ </ul> {% include "socialaccount/snippets/login_extra.html" %} +{% endif %} </div> {% endblock %}