templates/cnf_sgd_ptc.html
branchanoop
changeset 125 92f77f8428e7
parent 120 f9408ab30ace
child 126 98eb8dc364ba
equal deleted inserted replaced
124:d4a7644e7fe8 125:92f77f8428e7
     5 {% block content %}
     5 {% block content %}
     6 Dear {{user}}, <br /> <br />
     6 Dear {{user}}, <br /> <br />
     7 Thank you for your interest in attending Sage Days.
     7 Thank you for your interest in attending Sage Days.
     8 <br /> <br />
     8 <br /> <br />
     9 There are just a few more details we would like to know.<br />
     9 There are just a few more details we would like to know.<br />
       
    10 <br />
    10 Please fill the following details and confirm your participation.<br />
    11 Please fill the following details and confirm your participation.<br />
    11 <br />
       
    12 <form action="?email={{user.email}}" method=post>
    12 <form action="?email={{user.email}}" method=post>
    13 		{{form.as_p}}
    13 		{{form.as_p}}
    14 <input type=submit value="I confirm my participation in Sage Days 25" />
    14 <input type=submit value="I confirm my participation in Sage Days 25" />
    15 </form>
    15 </form>
    16 {% endblock %}
    16 {% endblock %}