{% extends 'base.html' %}
{% block title %}
Thankyou
{% endblock %}
{% block content %}
Thank you for confirming your participation in Sage Days.
Please make sure you are present at the venue by 8:30am on 9th Aug, 2010.
{% if user.acco_required %}
The status of your accomodation will be mailed to you shortly.
{% endif %}
{% endblock %}