{% extends "account/base.html" %} {% load url from future %} {% load crispy_forms_tags %} {% block title %}Sign Up{% endblock title %} {% block content %}

Sign Up

Already have an account? Then please sign in.

{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}
{% endblock content %}