pytask/templates/task/select_user.html
changeset 417 b37e541bf950
parent 363 9b0812962133
child 431 fcc87a3f0311
equal deleted inserted replaced
416:265dbd81c451 417:b37e541bf950
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block content %}
     2 {% block content %}
     3     <a href="/task/claim/tid={{task.uniq_key}}">click here</a> to return to the claims page.<br /><br />
     3     <a href="{% url claim_task task.id %}">click here</a> to return to the claims page.<br /><br />
     4     Select a user to assign this task.<br />
     4     Select a user to assign this task.<br />
     5     <form action="" method="POST">
     5     <form action="" method="POST">
     6 	    {% csrf_token %}
     6 	    {% csrf_token %}
     7     {{form.as_table}}
     7     {{form.as_table}}
     8     <input type="submit" value="Assign Task">
     8     <input type="submit" value="Assign Task">