branch | anoop |
changeset 30 | 11f828503666 |
parent 26 | 212fcba4459e |
29:8bee50ee3504 | 30:11f828503666 |
---|---|
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block title %} |
|
3 Registration |
|
4 {% endblock %} |
|
2 {% block content %} |
5 {% block content %} |
6 <h2>Registration</h2> |
|
3 <form action="" method="post"> |
7 <form action="" method="post"> |
4 {{form.as_p}} |
8 {{form.as_p}} |
5 <!-- |
9 <!-- |
6 Terms and Conditions: <br /> |
10 Terms and Conditions: <br /> |
7 <textarea rows=10 cols=50> |
11 <textarea rows=10 cols=50> |