templates/cnf_sgd_ptc.html
author nishanth
Sat, 17 Jul 2010 01:05:47 +0530
branchanoop
changeset 122 39cfefd9641c
parent 120 f9408ab30ace
child 125 92f77f8428e7
permissions -rw-r--r--
fixed a bug

{% extends 'base.html' %}
{% block title %}
Confirm Participation in Sage Days
{% endblock %}
{% block content %}
Dear {{user}}, <br /> <br />
Thank you for your interest in attending Sage Days.
<br /> <br />
There are just a few more details we would like to know.<br />
Please fill the following details and confirm your participation.<br />
<br />
<form action="?email={{user.email}}" method=post>
		{{form.as_p}}
<input type=submit value="I confirm my participation in Sage Days 25" />
</form>
{% endblock %}