templates/late_for_confirmation.html
branchanoop
changeset 201 e272a7fcdbaa
child 202 9ee78481e7cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/late_for_confirmation.html	Sat Jul 31 20:16:59 2010 +0530
@@ -0,0 +1,17 @@
+{% extends 'base.html' %}
+{% block title %}
+Sorry! you are late.
+{% endblock %}
+{% block content %}
+You are late for confirmation, if you really want to attend Sage Days 25, send a mail to sagedays@fossee.in.
+<br />
+You request via mail will be considered only if any seat is vacant. You will receive a confirmation by mail, if you are selected.
+{% if user.acco_required %}
+<br />
+Mostly you may have to arrange for accommodation yourself, as you are late in confirming.
+<br />
+{% endif %}
+<br />
+Please mail your queries (if any) to sagedays@fossee.in
+{% endblock %}
+