{% extends "ajaxable/form.html" %}
{% load i18n %}
{% load ajaxable_tags %}
{% block form_fields %}
{{ form.username|pretty_field }}
{{ form.email|pretty_field }}
{{ form.password1|pretty_field }}
{{ form.password2|pretty_field }}
{{ form.agree_newsletter|pretty_checkbox }}
{% endblock %}
{% block extra %}
{% comment %}
{% trans "Sign in using:" %}
{% include "socialaccount/snippets/provider_list.html" %}
{% include "socialaccount/snippets/login_extra.html" %}
{% endcomment %}
{% endblock %}