templates/venue.html
author nishanth
Mon, 07 Jun 2010 15:45:42 +0530
branchanoop
changeset 68 b0e630caa6e6
parent 32 7badc9093d9b
permissions -rw-r--r--
added required forms for login and logout

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