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

Hi {{ current_user.first_name }}!

{% if current_user.waitlisted %}

You are waitlisted, if space opens up we will let you know

{% else %}

You are fully registered! We look forward to seeing you!

Let us know if you have any questions by sending them to hack@wpi.edu

Forgot to upload your resume while registering? No worries, submit it below.
{% if config['DISCORD_LINK'] is defined %}
Make sure to join the Discord and enter your shirt size below!
Discord {% else %}
Our discord is still under construction! We'll send out an email when it's ready.
{% endif %}
{{ form.csrf_token }}

Optional Info:

Shirt Size (Currently selected: {{current_user.shirt_size}})

{% for subfield in form.shirt_size %} {{subfield}}{{subfield.label}} {% endfor %}

Special Needs/Accommodations:






{{ resform.csrf_token }}

If you'd like, add your resume to send to sponsors...

File
{% endif %}
{% if current_user.is_admin %}
{% endif %}


Drop Application if you can't make it :(

{% endblock %}