equal
deleted
inserted
replaced
4 {% endblock %} |
4 {% endblock %} |
5 {% block content %} |
5 {% block content %} |
6 Dear {{user}}, <br /> <br /> |
6 Dear {{user}}, <br /> <br /> |
7 Thank you for your interest in Python workshop. |
7 Thank you for your interest in Python workshop. |
8 <br /> <br /> |
8 <br /> <br /> |
9 Although we would be providing laptops, they are subject to availability and will be given on first come first serve basis.<br /> |
9 Although we would be providing laptops, they are subject to availability and will be given on first come first serve basis. |
10 Hence we would be glad if you bring your own, if you have one.<br /><br /> |
10 Hence we would be glad if you bring your own.<br /><br /> |
|
11 |
11 Are you bringing your own laptop:<br /> |
12 Are you bringing your own laptop:<br /> |
12 <form action="?email={{user.email}}" method=post> |
13 <form action="?email={{user.email}}" method=post> |
13 <ul> |
14 <ul> |
14 <li><input type=radio name="lap_status" value=True>Yes</li> |
15 <li><input type=radio name="lap_status" value=True>Yes</li> |
15 <li><input type=radio name="lap_status" value=False>No</li> |
16 <li><input type=radio name="lap_status" value=False>No</li> |