templates/venue.html
author nishanth
Mon, 07 Jun 2010 15:13:16 +0530
branchanoop
changeset 64 3650417b0fda
parent 32 7badc9093d9b
permissions -rw-r--r--
removed the admin_url_prefix thingy

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