templates/index.html
branchanoop
changeset 27 48a86d8956f7
child 30 11f828503666
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/index.html	Thu Jun 03 19:08:31 2010 +0530
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block content %}
+
+<p>
+For registration click <a href="/sage_days/registration/register/">here</a><br /><br />
+</p>
+
+{% endblock %}