templates/register.html
branchanoop
changeset 26 212fcba4459e
parent 11 dad0085f039b
child 30 11f828503666
equal deleted inserted replaced
25:30baf3c635c5 26:212fcba4459e
     1 <html>
     1 {% extends 'base.html' %}
     2 <body>
     2 {% block content %}
     3 <form action="" method="post">
     3 <form action="" method="post">
     4 {{form.as_p}}
     4 {{form.as_p}}
     5 <!-- 
     5 <!-- 
     6 Terms and Conditions: <br />
     6 Terms and Conditions: <br />
     7 <textarea rows=10 cols=50>
     7 <textarea rows=10 cols=50>
     8 Terms and Conditions here.
     8 Terms and Conditions here.
     9 </textarea><br />
     9 </textarea><br />
    10 -->
    10 -->
    11 <input type="submit" value="Register" />
    11 <input type="submit" value="Register" />
    12 </form>
    12 </form>
    13 </body>
    13 {% endblock %}