author | nishanth |
Wed, 21 Jul 2010 12:44:30 +0530 | |
branch | anoop |
changeset 148 | f986e4fee615 |
parent 140 | 73d6fedd9c22 |
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 %} |
140 | 6 |
Thank you for confirming your participation in Sage Days.<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. |
140 | 8 |
<br /> |
139
7eaaecef80f6
replaced acco_required with user.acco_required in template and made change accordingly
nishanth
parents:
138
diff
changeset
|
9 |
{% if user.acco_required %} |
140 | 10 |
<br /> |
138
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. |
140 | 12 |
<br /> |
138
c9ae768c55b7
updated the thankyou template and made change in view accordingly
nishanth
parents:
135
diff
changeset
|
13 |
{% endif %} |
140 | 14 |
<br /> |
15 |
Please mail your queries (if any) to sagedays@fossee.in |
|
134
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
16 |
{% endblock %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
17 |