{% load static %} Almost there — CampusTalent
👋

One last step

Confirm your details to complete sign up.

{% csrf_token %} {% for field in form %} {% if field.name != 'username' %}
{{ field }} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endif %} {% endfor %}