pytask/templates/task/addmentor.html
author anoop
Mon, 01 Feb 2010 14:14:04 +0530
changeset 17 9ca9f98af0eb
parent 14 f2623fb8041a
permissions -rw-r--r--
added files edit_profile.html and my_profile.html.
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 %}