templates/register.html
branchanoop
changeset 26 212fcba4459e
parent 11 dad0085f039b
child 30 11f828503666
--- a/templates/register.html	Sat May 29 19:35:49 2010 +0530
+++ b/templates/register.html	Thu Jun 03 19:06:14 2010 +0530
@@ -1,5 +1,5 @@
-<html>
-<body>
+{% extends 'base.html' %}
+{% block content %}
 <form action="" method="post">
 {{form.as_p}}
 <!-- 
@@ -10,4 +10,4 @@
 -->
 <input type="submit" value="Register" />
 </form>
-</body>
+{% endblock %}