author | nishanth |
Tue, 20 Jul 2010 12:30:44 +0530 | |
branch | anoop |
changeset 138 | c9ae768c55b7 |
parent 135 | f0bc4f5ee0ab |
child 139 | 7eaaecef80f6 |
permissions | -rw-r--r-- |
134
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
2 |
{% block title %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
3 |
Thankyou |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
4 |
{% endblock %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
5 |
{% block content %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
6 |
Thank you for confirming your participation in Sage Days.<br /><br /> |
138
c9ae768c55b7
updated the thankyou template and made change in view accordingly
nishanth
parents:
135
diff
changeset
|
7 |
Please make sure you are present at the venue by 8:30am on 9th Aug, 2010. |
c9ae768c55b7
updated the thankyou template and made change in view accordingly
nishanth
parents:
135
diff
changeset
|
8 |
<br /><br /> |
c9ae768c55b7
updated the thankyou template and made change in view accordingly
nishanth
parents:
135
diff
changeset
|
9 |
|
c9ae768c55b7
updated the thankyou template and made change in view accordingly
nishanth
parents:
135
diff
changeset
|
10 |
{% if acco_required %} |
c9ae768c55b7
updated the thankyou template and made change in view accordingly
nishanth
parents:
135
diff
changeset
|
11 |
The status of your accomodation will be mailed to you shortly. |
c9ae768c55b7
updated the thankyou template and made change in view accordingly
nishanth
parents:
135
diff
changeset
|
12 |
{% endif %} |
134
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
13 |
{% endblock %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
14 |