templates/task/assign.html
author nishanth
Wed, 24 Feb 2010 16:48:59 +0530
changeset 77 8f2906d1200a
parent 25 c0e4fc8b8b5b
child 156 7cad1e92713d
permissions -rw-r--r--
by mistake i added a link to remove mentor. that option does not exist. so removed that

{% extends 'base.html' %}
{% block content %}
    Select a user to assign this task.<br />
    <form action="" method="POST">
    {{form.as_table}}
    <input type="submit" value="Assign Task">
    </form>
{% endblock %}