X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/45696bbb638e45271f2c108616f7a9427cf87f7d..f9b76b3071f108b29a086c14e745da2f3921d82c:/src/wolnelektury/templates/auth/login.html

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