templates/venue.html
author nishanth
Sat, 05 Jun 2010 18:07:11 +0530
branchanoop
changeset 44 ce2b84e6f24a
parent 32 7badc9093d9b
permissions -rw-r--r--
changed the name of captcha.

{% extends 'base.html' %}
{% block title %}
Venue
{% endblock %}
{% block content %}
<h2>Venue</h2>
<p>IIT Bombay, Mumbai, India.</p>
{% endblock %}