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).

{% extends 'base.html' %}
{% block content %}

<p>
For registration click <a href="/sage_days/registration/register/">here</a><br /><br />
</p>

{% endblock %}