553e873a050fee884730047b73b99bc2bf895f14
[wolnelektury.git] / wolnelektury / templates / auth / login.html
1 {% extends "ajaxable/form.html" %}
2 {% load i18n %}
3
4 {% block extra %}
5
6 <h2>{% trans "or join accounts:" %}</h2>
7
8 <ul class="socialauth">
9 {% include "socialaccount/snippets/provider_list.html" %}
10 </ul>
11
12 {% endblock %}
13
14