9d2c28363b2619281812a5dee478054a4aa7b53b
[wolnelektury.git] / src / wolnelektury / templates / auth / register.html
1 {% extends "ajaxable/form.html" %}
2 {% load i18n %}
3
4
5 {% block extra %}
6
7 <h1>{% trans "Sign in using:" %}</h1>
8
9 <ul class="socialaccount_providers">
10 {% include "socialaccount/snippets/provider_list.html" %}
11 </ul>
12
13 {% include "socialaccount/snippets/login_extra.html" %}
14
15 {% endblock %}