add option to enable openid (disabled by default)
[wolnelektury.git] / src / wolnelektury / templates / auth / register.html
index 0650602..967fc6f 100644 (file)
@@ -14,6 +14,7 @@
 
 {% block extra %}
 
+{% if USE_OPENID %}
 <h1>{% trans "Sign in using:" %}</h1>
 
 <ul class="socialaccount_providers">
@@ -21,5 +22,6 @@
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
+{% endif %}
 
 {% endblock %}