X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5ab80aae5a42a5c6287dc0f50a90dc5a94ee5665..2983d583c9de4c33ed73d6c06d9d6eb54b30f15e:/src/wolnelektury/templates/auth/login.html

diff --git a/src/wolnelektury/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html
index d0713b0c8..296571348 100644
--- a/src/wolnelektury/templates/auth/login.html
+++ b/src/wolnelektury/templates/auth/login.html
@@ -14,7 +14,7 @@
   </ol>
 </form>
 
-{% comment %}
+{% if USE_OPENID %}
 <h1>{% trans "Sign in using:" %}</h1>
 
 <ul class="socialaccount_providers">
@@ -22,7 +22,7 @@
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
-{% endcomment %}
+{% endif %}
 
 {% block extra %}
 {% endblock %}