changeset 236 | 39f83b4cf557 |
parent 235 | e338eaeccad7 |
235:e338eaeccad7 | 236:39f83b4cf557 |
---|---|
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"> |
|
6 {{form.as_table}} |
|
7 <input type="submit" value="Assign Task"> |
|
8 </form> |
|
9 {% endblock %} |