{% extends 'base.html' %} {% load static %} {% block title %}Join CampusTalent — Sign Up{% endblock %} {% block footer %}{% endblock %} {% block content %}
CampusTalent

Create your account

Join thousands of students building the future

Sign up with Google

OR
{% csrf_token %} {% if form.errors %}
Please fix the errors below.
{% endif %}

Already have an account? Sign In →

{% endblock %}