templates/register.html
changeset 14 cd6911eaac2c
child 46 ff5f34e42aec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/register.html	Mon Apr 12 13:49:00 2010 +0530
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+{% block content %}
+<form action="" method="post">
+{{ form.as_p }}
+<input type="submit" value="submit">
+</form>
+{% endblock %}