author | Nishanth Amuluru <nishanth@fossee.in> |
Tue, 11 Jan 2011 00:34:23 +0530 | |
changeset 135 | 014d812e625e |
parent 125 | 9b0812962133 |
permissions | -rw-r--r-- |
123 | 1 |
{% extends 'base.html' %} |
2 |
{% block content %} |
|
125
9b0812962133
created the home page
Nishanth Amuluru <nishanth@fossee.in>
parents:
124
diff
changeset
|
3 |
<a href="/task/claim/tid={{task.uniq_key}}">click here</a> to return to the claims page.<br /><br /> |
123 | 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 %} |