diff options
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 %} |