templates/register.html
changeset 11 dad0085f039b
child 26 212fcba4459e
equal deleted inserted replaced
10:e6aac19d8a25 11:dad0085f039b
       
     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>