1
<html>
2
<body>
3
<form action="" method="post">
4
{{form.as_p}}
5
<!--
6
Terms and Conditions: <br />
7
<textarea rows=10 cols=50>
8
Terms and Conditions here.
9
</textarea><br />
10
-->
11
<input type="submit" value="Register" />
12
</form>
13
</body>