X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..13744e6a262e924836be809b7d7845c2c8eaadc5:/src/wolnelektury/templates/auth/login.html?ds=sidebyside

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