equal
deleted
inserted
replaced
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 %} |