| author | nishanth |
| Tue, 02 Mar 2010 01:05:24 +0530 | |
| changeset 164 | bfe621e64a16 |
| parent 156 | 7cad1e92713d |
| permissions | -rw-r--r-- |
|
25
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %}
|
|
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
2 |
{% block content %}
|
| 156 | 3 |
<a href="/task/claim/tid={{task.id}}">click here</a> to return to the claims page.<br /><br />
|
|
25
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
4 |
Select a user to assign this task.<br /> |
|
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
5 |
<form action="" method="POST"> |
|
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
6 |
{{form.as_table}}
|
|
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
7 |
<input type="submit" value="Assign Task"> |
|
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
8 |
</form> |
|
c0e4fc8b8b5b
added the functionality to assign a task to one of the claimed users.
nishanth
parents:
diff
changeset
|
9 |
{% endblock %}
|