{% extends "base.html" %} {% block title %}Complete Your Profile | Warwick Connect{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Complete Your Profile

Tell other students about yourself to find better connections.

{% csrf_token %}

Academic & Location

{{ form.course }}
{{ form.year }}
{{ form.location }}
{{ form.looking_for }}

About You

{{ form.bio }}
{% endblock %}