{% extends "base.html" %} {% block title %}Join Warwick Connect{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Create Account

Join the exclusive Warwick student network.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% if field.errors %}
{{ field.errors.0 }}
{% endif %}
{% endfor %}

Already have an account? Log In

{% endblock %}