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