templates/task/addmentor.html
author anoop
Wed, 24 Feb 2010 16:49:30 +0530
changeset 78 c5bcafccc135
parent 21 c28774fe7ffd
child 149 3395960549e8
permissions -rw-r--r--
added utilities reply_to_request, mark_notification_read, delete_notification and made change to create_request utility.

{% extends 'base.html' %}
{% block content %}
    Form here
    <form action="" method="post">
    {{form.as_table}}
    <input type="submit" value="submit">
    </form>
{% endblock %}