diff -r 8bee50ee3504 -r 11f828503666 templates/register.html --- a/templates/register.html Thu Jun 03 19:56:07 2010 +0530 +++ b/templates/register.html Fri Jun 04 14:59:14 2010 +0530 @@ -1,5 +1,9 @@ {% extends 'base.html' %} +{% block title %} +Registration +{% endblock %} {% block content %} +

Registration

{{form.as_p}}