{% include 'hackathon/base.html' %}
{% if registered %}
Thank you for registering!
Return to the homepage.
{% else %}
Sign Up
{% csrf_token %} {% load bootstrap %}
{{ user_form.username | bootstrap_horizontal}}
{{ user_form.email | bootstrap_horizontal}}
{{ user_form.password | bootstrap_horizontal}}
Register
{% endif %}