templates/cnf_wsp_ptc.html
author nishanth
Fri, 16 Jul 2010 10:16:53 +0530
branchanoop
changeset 102 ef0012eb7695
parent 94 b38de804ff4d
child 103 f874ddbd7952
permissions -rw-r--r--
improvised the template of confirm participation

{% extends 'base.html' %}
{% block title %}
{% endblock %}
{% block content %}
Dear {{user}}
Thank you for your interest in Python workshop.
<br /> <br />
Although we would be providing laptops for limited no.of participants, we would be glad if you bring your own.<br />
Are you bringing your own laptop:<br />
<form action="?email={{user.email}}" method=post>
		<ul>
				<li><input type=radio name="lap_status">Yes</li>
				<li><input type=radio name="lap_status">No</li>
		</ul>
		<input type=submit value="I am attending the Python workshop" />
</form>
{% endblock %}