diff -r 16afdd7baa9d -r e272a7fcdbaa templates/late_for_confirmation.html
--- /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.
+
+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 %}
+
+Mostly you may have to arrange for accommodation yourself, as you are late in confirming.
+
+{% endif %}
+
+Please mail your queries (if any) to sagedays@fossee.in
+{% endblock %}
+