project/templates/about/important_dates.html
author Parth buch <parth.buch.115@gmail.com>
Sat, 01 Oct 2011 03:59:03 +0530
branch2011
changeset 429 cde70fd3073c
parent 413 0674c2abfbd6
child 437 47dfebb899c7
permissions -rw-r--r--
changed the handler404 and handler500 to a custom view, passing scope to get proper formed urls when displaying 404 and 500 pages

{% extends "base.html" %}
{% block content %}
<h1>Important dates</h1>
<div class="entry">
  <p><ul class="entry">
    <li>October 26, 2011, Wednesday: Abstracts Due</li>
	<li>October 31, 2011, Monday: Schedule announced</li>
	<li>November 21, 2011, Monday: Proceedings paper submission due</li>
	<li>December 4-5, 2011, Sunday-Monday: Conference</li>
	<li>December 6-7 2011, Tuesday-Wednesday: Tutorials/Sprints</li>
  </ul></p>
</div>
{% endblock content %}