diff options
author | Madhusudan.C.S | 2011-01-14 00:59:09 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-01-14 00:59:09 +0530 |
commit | bb35c0a7546440247dad47f57d748259d0e9a744 (patch) | |
tree | 76f740c37954d23da88fcd2af856f74a5bc1e9e5 /templates/task/create.html | |
parent | 8b708b1b475caad85e12022db6d3d9af3387fbfe (diff) | |
download | pytask-bb35c0a7546440247dad47f57d748259d0e9a744.tar.gz pytask-bb35c0a7546440247dad47f57d748259d0e9a744.tar.bz2 pytask-bb35c0a7546440247dad47f57d748259d0e9a744.zip |
Purging the repository for the new set of changes by Nishanth.
Diffstat (limited to 'templates/task/create.html')
-rw-r--r-- | templates/task/create.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/task/create.html b/templates/task/create.html deleted file mode 100644 index 7ae29ab..0000000 --- a/templates/task/create.html +++ /dev/null @@ -1,10 +0,0 @@ -{% 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 %} |