# HG changeset patch # User nishanth # Date 1279255613 -19800 # Node ID ef0012eb7695ba44a7754f46737e88626b63110e # Parent 9def10724853ad46129a79f9901f06109ae215b5 improvised the template of confirm participation diff -r 9def10724853 -r ef0012eb7695 sdi/views.py --- a/sdi/views.py Fri Jul 16 10:07:13 2010 +0530 +++ b/sdi/views.py Fri Jul 16 10:16:53 2010 +0530 @@ -149,7 +149,7 @@ if request.method == "POST": pass else: - return render_to_response("cnf_wsp_ptc.html", {"email":email}) + return render_to_response("cnf_wsp_ptc.html", {"user":user}) def admin_login(request): """ basic login. diff -r 9def10724853 -r ef0012eb7695 templates/cnf_wsp_ptc.html --- a/templates/cnf_wsp_ptc.html Fri Jul 16 10:07:13 2010 +0530 +++ b/templates/cnf_wsp_ptc.html Fri Jul 16 10:16:53 2010 +0530 @@ -2,9 +2,17 @@ {% block title %} {% endblock %} {% block content %} -
- {{email}} - +Dear {{user}} +Thank you for your interest in Python workshop. +

+Although we would be providing laptops for limited no.of participants, we would be glad if you bring your own.
+Are you bringing your own laptop:
+ + +
{% endblock %}