project/templates/about/important_dates.html
author Parth buch <parth.buch.115@gmail.com>
Wed, 26 Oct 2011 21:47:22 +0530
branch2011
changeset 437 47dfebb899c7
parent 413 0674c2abfbd6
permissions -rw-r--r--
changed the important dates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
302
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% block content %}
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
<h1>Important dates</h1>
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
<div class="entry">
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
  <p><ul class="entry">
437
47dfebb899c7 changed the important dates
Parth buch <parth.buch.115@gmail.com>
parents: 413
diff changeset
     6
    <li>November 2, 2011, Wednesday: Abstracts Due</li>
47dfebb899c7 changed the important dates
Parth buch <parth.buch.115@gmail.com>
parents: 413
diff changeset
     7
	<li>November 7, 2011, Monday: Schedule announced</li>
47dfebb899c7 changed the important dates
Parth buch <parth.buch.115@gmail.com>
parents: 413
diff changeset
     8
	<li>November 28, 2011, Monday: Proceedings paper submission due</li>
413
0674c2abfbd6 changed the important dates
Parth buch <parth.buch.115@gmail.com>
parents: 335
diff changeset
     9
	<li>December 4-5, 2011, Sunday-Monday: Conference</li>
0674c2abfbd6 changed the important dates
Parth buch <parth.buch.115@gmail.com>
parents: 335
diff changeset
    10
	<li>December 6-7 2011, Tuesday-Wednesday: Tutorials/Sprints</li>
302
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    11
  </ul></p>
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    12
</div>
c875bfd3050b Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    13
{% endblock content %}