{% extends "base.djhtml" %} {% block title %} Registration details {% endblock %} {% block content %}

Please give us some basic information to set up your account. Valid usernames consist of letters, numbers, and underscores.

{% if form.errors %}

Please correct the errors below.

{% endif %}
{% csrf_token %} {{form.as_table}}
{% endblock %}