templates/index.html
author anoop
Fri, 04 Jun 2010 14:59:14 +0530
branchanoop
changeset 30 11f828503666
parent 27 48a86d8956f7
child 31 ec540dfbfe78
permissions -rw-r--r--
changed the theme.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     1
{% extends 'base.html' %}
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     2
{% block content %}
30
11f828503666 changed the theme.
anoop
parents: 27
diff changeset
     3
<h2>Sage Days 25, Mumbai, India</h2>
27
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     4
<p>
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     5
For registration click <a href="/sage_days/registration/register/">here</a><br /><br />
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     6
</p>
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     7
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     8
{% endblock %}