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

Troggle profile selection page

Hello, {{ user }}.

{% if user.person %} This is where you go to associate a new user account with a pre-existing profile from old expo data.

However, you already have a profile- your name should be {{user.person.first_name}} {{user.person.last_name}}. If you don't believe me, go see it at:

{{ user.person.get_absolute_url }}

or edit it at:

{{ user.person.get_admin_url }} .

If your account is associated with the wrong person's profile due to inebriation or incompetance during account setup, click here to dissasociate your profile from your user account. {% else %} You have an account in the system, but no profile. If you have been on expo before, please choose yourself from the list below.

{{ form.as_p }}

Yes, you could choose the wrong person if you want. That would be lame. Instead, do something that's actually funny. For example, fry a random object or maybe take some mac and cheese somewhere it doesn't usually get to go. Perhaps you can start a new tradition of laminating the expo leader. {% endif %} {% if form.errors %}

Please correct the errors below

{% endif %} {% endblock %}