templates/task/assign.html
author nishanth
Sun, 28 Feb 2010 03:01:53 +0530
changeset 136 8632a44b743d
parent 25 c0e4fc8b8b5b
child 156 7cad1e92713d
permissions -rw-r--r--
deducing previous credits for a task using the request model. with a few changes, we can ditchax the credits model.

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