author | nishanth |
Fri, 16 Jul 2010 10:07:13 +0530 | |
branch | anoop |
changeset 101 | 9def10724853 |
parent 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' %} |
30 | 2 |
{% block title %} |
3 |
Registration |
|
4 |
{% endblock %} |
|
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
11
diff
changeset
|
5 |
{% block content %} |
30 | 6 |
<h2>Registration</h2> |
11 | 7 |
<form action="" method="post"> |
8 |
{{form.as_p}} |
|
9 |
<!-- |
|
10 |
Terms and Conditions: <br /> |
|
11 |
<textarea rows=10 cols=50> |
|
12 |
Terms and Conditions here. |
|
13 |
</textarea><br /> |
|
14 |
--> |
|
15 |
<input type="submit" value="Register" /> |
|
16 |
</form> |
|
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
11
diff
changeset
|
17 |
{% endblock %} |