templates/register.html
branchanoop
changeset 30 11f828503666
parent 26 212fcba4459e
--- 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 %}
+<h2>Registration</h2>
 <form action="" method="post">
 {{form.as_p}}
 <!--