{% extends "base.html" %} {% block content %}

Create Your Profile

Join Gatsby and connect with the next generation of student-led startups. Only university or graduate emails from the last 5 years are accepted.

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

Already have an account? Sign In

{% endblock %}