changeset 11 | dad0085f039b |
child 26 | 212fcba4459e |
--- /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>