templates/task/edittask.html
author nishanth
Tue, 02 Mar 2010 04:23:21 +0530
changeset 172 f21284458b8c
permissions -rw-r--r--
forgot to add the templates. so added now.

{% 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 %}