comment out redundant auth features
[wolnelektury.git] / src / wolnelektury / templates / auth / register.html
index 9d2c283..3252cae 100644 (file)
@@ -7,7 +7,7 @@
 <h1>{% trans "Sign in using:" %}</h1>
 
 <ul class="socialaccount_providers">
-{% include "socialaccount/snippets/provider_list.html" %}
+  {% include "socialaccount/snippets/provider_list.html" %}
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}