author | Nishanth Amuluru <nishanth@fossee.in> |
Sun, 09 Jan 2011 12:01:57 +0530 | |
changeset 124 | 070f01dd7d8e |
parent 123 | 41a7d8d49e35 |
child 125 | 9b0812962133 |
permissions | -rw-r--r-- |
123 | 1 |
{% extends 'base.html' %} |
2 |
{% block content %} |
|
3 |
<a href="/task/claim/tid={{task.id}}">click here</a> to return to the claims page.<br /><br /> |
|
4 |
Select a user to assign this task.<br /> |
|
5 |
<form action="" method="POST"> |
|
124
070f01dd7d8e
Select user works completely fine
Nishanth Amuluru <nishanth@fossee.in>
parents:
123
diff
changeset
|
6 |
{% csrf_token %} |
123 | 7 |
{{form.as_table}} |
8 |
<input type="submit" value="Assign Task"> |
|
9 |
</form> |
|
10 |
{% endblock %} |