{{ form.non_field_errors }}
{{ form.username.errors }}
{{ form.username }}
Alphanumeric characters only (letters, digits and underscores)
{{ form.first_name.errors }}
{{ form.first_name }}
Optional
{{ form.last_name.errors }}
{{ form.last_name }}
Optional
{{ form.email1.errors }}
{{ form.email1 }}
We will send you an activation email, so make sure this is correct!
{{ form.email2.errors }}
{{ form.email2 }}
{{ form.password1.errors }}
{{ form.password1 }}
{{ form.password2.errors }}
{{ form.password2 }}
{{ form.newsletter }} Sign up for the newsletter (only once every 4 months or so)?
{% if form.accepted_tos.errors %}You must accept the terms of use to register to Freesound
{% endif %}
{{ form.accepted_tos }} Check this box to accept the terms of use of the Freesound website
{{ form.recaptcha_response.errors }}