author | anoop |
Mon, 01 Feb 2010 17:30:30 +0530 | |
changeset 22 | 943a35c14cf7 |
parent 14 | f2623fb8041a |
permissions | -rw-r--r-- |
14
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
2 |
{% block content %} |
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
3 |
Form here |
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
4 |
<form action="" method="post"> |
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
5 |
{{form.as_table}} |
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
6 |
<input type="submit" value="submit"> |
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
7 |
</form> |
f2623fb8041a
implemented add another mentor functionality to a task.
nishanth
parents:
diff
changeset
|
8 |
{% endblock %} |