pytask/templates/task/assign.html
branchbuildout
changeset 227 3c8f3b0e5b00
equal deleted inserted replaced
214:679c7e237052 227:3c8f3b0e5b00
       
     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 %}