pytask/templates/task/addmentor.html
author nishanth
Mon, 01 Feb 2010 11:10:29 +0530
changeset 14 f2623fb8041a
permissions -rw-r--r--
implemented add another mentor functionality to a task.
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 %}