templates/task/addmentor.html
author nishanth
Sun, 28 Feb 2010 02:45:21 +0530
changeset 135 0ede6b2c5cd1
parent 21 c28774fe7ffd
child 149 3395960549e8
permissions -rw-r--r--
now view credits page shows all the credits.. including the pending and rejected ones.

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