X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7d557155e2cd195f975e4559c353be5f28d7d66..46185b67f099b17b25b55d3ad49d8d45a2fc3a6f:/src/wolnelektury/templates/auth/register.html

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