templates/register.html
author nishanth
Sat, 29 May 2010 15:46:00 +0530
changeset 20 9db4ee082d4e
parent 11 dad0085f039b
child 26 212fcba4459e
permissions -rw-r--r--
added topics choices and corresponding clean method

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