pytask/templates/task/select_user.html
author Nishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 11:52:30 +0530
changeset 123 41a7d8d49e35
child 124 070f01dd7d8e
permissions -rw-r--r--
Added the template

{% extends 'base.html' %}
{% block content %}
    <a href="/task/claim/tid={{task.id}}">click here</a> to return to the claims page.<br /><br />
    Select a user to assign this task.<br />
    <form action="" method="POST">
    {{form.as_table}}
    <input type="submit" value="Assign Task">
    </form>
{% endblock %}