{% extends "base.html" %} {% block title %}Register | Testpoint{% endblock %} {% block content %} Create your accountStart preparing for your target IELTS band. {% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} {% csrf_token %} Username{% for error in form.username.errors %}{{ error }}{% endfor %} Email{% for error in form.email.errors %}{{ error }}{% endfor %} Password{% for error in form.password1.errors %}{{ error }}{% endfor %} Confirm password{% for error in form.password2.errors %}{{ error }}{% endfor %} Create AccountAlready have an account? Sign in {% include "components/footer.html" %} {% endblock %}
Start preparing for your target IELTS band.
{{ error }}
Already have an account? Sign in