equal
deleted
inserted
replaced
|
1 {% extends 'base.html' %} |
|
2 {% block title %} |
|
3 Sorry! you are late. |
|
4 {% endblock %} |
|
5 {% block content %} |
|
6 You are late for confirmation, if you really want to attend Sage Days 25, send a mail to sagedays@fossee.in. |
|
7 <br /> |
|
8 You request via mail will be considered only if any seat is vacant. You will receive a confirmation by mail, if you are selected. |
|
9 {% if user.acco_required %} |
|
10 <br /> |
|
11 Mostly you may have to arrange for accommodation yourself, as you are late in confirming. |
|
12 <br /> |
|
13 {% endif %} |
|
14 <br /> |
|
15 Please mail your queries (if any) to sagedays@fossee.in |
|
16 {% endblock %} |
|
17 |