templates/accomodation.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 15:11:47 +0530
branchanoop
changeset 221 b0fd3cb56e0b
parent 48 a3e6f9470549
permissions -rw-r--r--
Modified template if tags to be compliant with Django 1.1 and not 1.2.

{% extends 'base.html' %}
{% block title %}
Accommodation for delegates
{% endblock %}
{% block content %}
<h2>Accommodation for delegates</h2>
<p>We will be providing limited accomodation. For further details please check the page later.</p>
{% endblock %}