templates/task/edittask.html
author anoop
Mon, 08 Mar 2010 13:37:26 +0530
changeset 207 2de52334fe6c
parent 172 f21284458b8c
permissions -rw-r--r--
changed the MEDIA_URL in settings.py.

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