{% extends 'preauth/base.html' %} {% block preauth_content %}

You can create an account via Facebook or your email address.

{% include 'preauth/facebook_button.html' %}
{% csrf_token %} {% if redirect_field_value %} {% endif %} {% with WIDGET_ERROR_CLASS='form-control-danger' WIDGET_REQUIRED_CLASS='my_required' %} {% include 'base/field.html' with field=form.first_name %} {% include 'base/field.html' with field=form.last_name %} {% include 'base/field.html' with field=form.email %} {% include 'base/field.html' with field=form.password1 %} {% endwith %}
{% endblock %}