pytask/templates/task/addmentor.html
author nishanth
Mon, 01 Feb 2010 15:00:40 +0530
changeset 18 293692eb8f06
parent 14 f2623fb8041a
permissions -rw-r--r--
added the functionality to assign a task to one of the claimed users.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     2
{% block content %}
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     3
    Form here
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     4
    <form action="" method="post">
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     5
    {{form.as_table}}
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     6
    <input type="submit" value="submit">
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     7
    </form>
f2623fb8041a implemented add another mentor functionality to a task.
nishanth
parents:
diff changeset
     8
{% endblock %}