templates/organizers.html
author nishanth
Wed, 14 Jul 2010 20:47:37 +0530
branchanoop
changeset 90 1a6e1af98624
parent 51 efa1c98c5386
permissions -rw-r--r--
now selecting users through forms. created a form for that

{% extends 'base.html' %}
{% block title %}
Organizers
{% endblock %}
{% block content %}
<h2>Organizers</h2>
<ul>
<li>
William Stein (University of Washington)
</li>
<li>
Jarrod Millman (UC Berkeley)
</li>
<li>
Prabhu Ramachandran (IITB)
</li>
<li>
Kiran Kedlaya (MIT)
</li>
<li>
Sourav Sen Gupta (ISI Kolkata) 
</li>
</ul>

{% endblock %}