author | anoop |
Thu, 03 Jun 2010 19:06:14 +0530 | |
branch | anoop |
changeset 26 | 212fcba4459e |
parent 11 | dad0085f039b |
child 30 | 11f828503666 |
permissions | -rw-r--r-- |
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
11
diff
changeset
|
1 |
{% extends 'base.html' %} |
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
11
diff
changeset
|
2 |
{% block content %} |
11 | 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> |
|
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
11
diff
changeset
|
13 |
{% endblock %} |