1 {% extends "ajaxable/form.html" %}
3 {% load ajaxable_tags %}
6 {% block form_fields %}
7 {{ form.username|pretty_field }}
8 {{ form.email|pretty_field }}
9 {{ form.password1|pretty_field }}
10 {{ form.password2|pretty_field }}
11 {{ form.agree_newsletter|pretty_checkbox }}
18 <h1>{% trans "Sign in using:" %}</h1>
20 <ul class="socialaccount_providers">
21 {% include "socialaccount/snippets/provider_list.html" %}
24 {% include "socialaccount/snippets/login_extra.html" %}