templates/attending_sgd.html
author nishanhth
Thu, 22 Jul 2010 22:37:43 +0530
branchanoop
changeset 162 27dd4494e7b4
parent 140 73d6fedd9c22
permissions -rw-r--r--
created the mail event and added it in view for send_wsp_ptc

{% extends 'base.html' %}
{% block title %}
Thankyou
{% endblock %}
{% block content %}
Thank you for confirming your participation in Sage Days.<br />
Please make sure you are present at the venue by 8:30am on 9th Aug, 2010.
<br />
{% if user.acco_required %}
<br />
The status of your accomodation will be mailed to you shortly.
<br />
{% endif %}
<br />
Please mail your queries (if any) to sagedays@fossee.in
{% endblock %}