templates/task/addmentor.html
author nishanth
Tue, 23 Feb 2010 20:24:26 +0530
changeset 61 708dd49d531b
parent 21 c28774fe7ffd
child 149 3395960549e8
permissions -rw-r--r--
added custom image storage for profile photo.

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