X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..5ab80aae5a42a5c6287dc0f50a90dc5a94ee5665:/src/wolnelektury/templates/auth/register.html

diff --git a/src/wolnelektury/templates/auth/register.html b/src/wolnelektury/templates/auth/register.html
index 9d2c28363..3252caeb8 100644
--- a/src/wolnelektury/templates/auth/register.html
+++ b/src/wolnelektury/templates/auth/register.html
@@ -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" %}