templates/attending_sgd.html
author nishanth
Tue, 20 Jul 2010 12:37:30 +0530
branchanoop
changeset 139 7eaaecef80f6
parent 138 c9ae768c55b7
child 140 73d6fedd9c22
permissions -rw-r--r--
replaced acco_required with user.acco_required in template and made change accordingly

{% extends 'base.html' %}
{% block title %}
Thankyou
{% endblock %}
{% block content %}
Thank you for confirming your participation in Sage Days.<br /><br />
Please make sure you are present at the venue by 8:30am on 9th Aug, 2010.
<br /><br />

{% if user.acco_required %}
The status of your accomodation will be mailed to you shortly.
{% endif %}
{% endblock %}