{% extends "accounts/base.html" %} {% block title %}{% trans "User Registration" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{{ form.username.errors.as_text }}
{{ form.first_name.errors.as_text }}
{{ form.last_name.errors.as_text }}
{{ form.email.errors.as_text }}
{{ form.password1.help_text }}
{{ form.password1.errors.as_text }}
{{ form.password2.errors.as_text }}
{{ form.captcha.errors.as_text }}