fixes
[wolnelektury.git] / src / wolnelektury / templates / auth / register.html
1 {% load i18n %}
2
3
4 {% include "auth/register_form.html" %}
5
6 {% if USE_OPENID %}
7   <div class="form-extra">
8     <h1>{% trans "Sign in using:" %}</h1>
9
10     <ul class="socialaccount_providers">
11       {% include "socialaccount/snippets/provider_list.html" %}
12     </ul>
13
14     {% include "socialaccount/snippets/login_extra.html" %}
15   </div>
16 {% endif %}