templates/attending_sgd.html
author nishanth
Fri, 03 Sep 2010 16:37:03 +0530
branchanoop
changeset 245 30053a24a92a
parent 140 73d6fedd9c22
permissions -rw-r--r--
updated the template

{% 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 %}