diff -r 212fcba4459e -r 48a86d8956f7 templates/index.html --- /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 %} + +

+For registration click here

+

+ +{% endblock %}