templates/register.html
author nishanth
Sat, 29 May 2010 10:14:47 +0530
changeset 11 dad0085f039b
child 26 212fcba4459e
permissions -rw-r--r--
added basic register.html

<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>