templates/index.html
author anoop
Thu, 03 Jun 2010 19:08:31 +0530
branchanoop
changeset 27 48a86d8956f7
child 30 11f828503666
permissions -rw-r--r--
added base.html and did needed changes, (forgot to add files in previous commit).
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 %}
48a86d8956f7 added base.html and did needed changes, (forgot to add files in previous commit).
anoop
parents:
diff changeset
     3
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 %}