{% extends "accounts_base.html" %} {% block title %}Create an account{% endblock %} {% block content %}

Create an account

Please, complete the following form:

{% include "includes/_form.html" with form=user_form %} {% csrf_token %}
Already have an account? Login {% endblock %}