changeset 151 | d0cb85ba462a |
parent 149 | 3395960549e8 |
child 163 | c4cb937b8e7f |
150:604808d27483 | 151:d0cb85ba462a |
---|---|
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block content %} |
2 {% block content %} |
3 <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task. |
|
3 <form action="" method="post"> |
4 <form action="" method="post"> |
4 {{form.as_table}} |
5 {{form.as_table}} |
5 <input type="submit" value="submit"> |
6 <input type="submit" value="submit"> |
6 </form> |
7 </form> |
7 {% if pending_requests %} |
8 {% if pending_requests %} |