diff -r 5accdb881507 -r a3e6f9470549 templates/accomodation.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/accomodation.html Sat Jun 05 19:18:40 2010 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block title %} +Accommodation for delegates +{% endblock %} +{% block content %} +

Accommodation for delegates

+

We will be providing limited accomodation. For further details please check the page later.

+{% endblock %}