added basic register.html
authornishanth
Sat, 29 May 2010 10:14:47 +0530
changeset 11 dad0085f039b
parent 10 e6aac19d8a25
child 12 3d333517e3c7
added basic register.html
templates/register.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/register.html	Sat May 29 10:14:47 2010 +0530
@@ -0,0 +1,13 @@
+<html>
+<body>
+<form action="" method="post">
+{{form.as_p}}
+<!-- 
+Terms and Conditions: <br />
+<textarea rows=10 cols=50>
+Terms and Conditions here.
+</textarea><br />
+-->
+<input type="submit" value="Register" />
+</form>
+</body>