pytask/templates/task/addmentor.html
author anoop
Mon, 01 Feb 2010 16:52:34 +0530
changeset 21 3e676fa948c4
parent 14 f2623fb8041a
permissions -rw-r--r--
changed the view my profile template.

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