author | nishanth |
Fri, 16 Jul 2010 10:16:53 +0530 | |
branch | anoop |
changeset 102 | ef0012eb7695 |
parent 94 | b38de804ff4d |
child 103 | f874ddbd7952 |
permissions | -rw-r--r-- |
94
b38de804ff4d
created template for confirming workshop participation
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
b38de804ff4d
created template for confirming workshop participation
nishanth
parents:
diff
changeset
|
2 |
{% block title %} |
b38de804ff4d
created template for confirming workshop participation
nishanth
parents:
diff
changeset
|
3 |
{% endblock %} |
b38de804ff4d
created template for confirming workshop participation
nishanth
parents:
diff
changeset
|
4 |
{% block content %} |
102 | 5 |
Dear {{user}} |
6 |
Thank you for your interest in Python workshop. |
|
7 |
<br /> <br /> |
|
8 |
Although we would be providing laptops for limited no.of participants, we would be glad if you bring your own.<br /> |
|
9 |
Are you bringing your own laptop:<br /> |
|
10 |
<form action="?email={{user.email}}" method=post> |
|
11 |
<ul> |
|
12 |
<li><input type=radio name="lap_status">Yes</li> |
|
13 |
<li><input type=radio name="lap_status">No</li> |
|
14 |
</ul> |
|
15 |
<input type=submit value="I am attending the Python workshop" /> |
|
94
b38de804ff4d
created template for confirming workshop participation
nishanth
parents:
diff
changeset
|
16 |
</form> |
b38de804ff4d
created template for confirming workshop participation
nishanth
parents:
diff
changeset
|
17 |
{% endblock %} |
b38de804ff4d
created template for confirming workshop participation
nishanth
parents:
diff
changeset
|
18 |