{% extends 'accounts/base.html' %} {% load crispy_forms_tags %} {% block title %}Sign up for an account{% endblock %} {% block content %}
{% csrf_token %} Sign up for an account {{ form | crispy }}

Click I accept to agree to the {{ site.name }} Terms of Service.

{% endblock %}