| author | nishanth |
| Sat, 17 Jul 2010 02:05:43 +0530 | |
| branch | anoop |
| changeset 135 | f0bc4f5ee0ab |
| parent 134 | 1250e5545240 |
| child 138 | c9ae768c55b7 |
| 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 /> |
| 135 | 7 |
Please visit <a href="">Installing Python and other pachages on your distro</a> for instructions on installing software needed for Sage Days 25, on your laptop.<br /><br /> |
|
134
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
8 |
This page can be revisited by clicking on the link that was sent to your mail. |
|
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
9 |
{% endblock %}
|
|
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
10 |