templates/task/edittask.html
author Nishanth Amuluru <nishanth@fossee.in>
Wed, 05 Jan 2011 18:50:20 +0530
changeset 216 ab7c24ab8d93
parent 172 f21284458b8c
permissions -rw-r--r--
Added a link to list all the textbooks

{% extends 'base.html' %}
{% block content %}
    {% if error_msg %}
    {{ error_msg }}<br />
    {% endif %}
    <form action="" method="post">
    {{form.as_p}}
    <input type="submit" value="Submit">
    </form>
{% endblock %}