templates/task/assign.html
author nishanth
Mon, 01 Mar 2010 04:44:49 +0530
changeset 156 7cad1e92713d
parent 25 c0e4fc8b8b5b
permissions -rw-r--r--
finalised the view_task page.

{% 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 %}