{% 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 />
<br />
Please fill the following details and confirm your participation.<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 %}