equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block content %} |
2 {% block content %} |
|
3 <a href="/task/claim/tid={{task.id}}">click here</a> to return to the claims page.<br /><br /> |
3 Select a user to assign this task.<br /> |
4 Select a user to assign this task.<br /> |
4 <form action="" method="POST"> |
5 <form action="" method="POST"> |
5 {{form.as_table}} |
6 {{form.as_table}} |
6 <input type="submit" value="Assign Task"> |
7 <input type="submit" value="Assign Task"> |
7 </form> |
8 </form> |