templates/task/addmentor.html
author nishanth
Sat, 27 Feb 2010 01:27:35 +0530
changeset 127 71888e23f323
parent 21 c28774fe7ffd
child 149 3395960549e8
permissions -rw-r--r--
created a view for about pages and added about pages for mentor and addmentors.

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