Django 1.8 and other updates.
[wolnelektury.git] / apps / wolnelektury_core / 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 %}