summaryrefslogtreecommitdiff
path: root/templates/task/create.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/create.html')
-rw-r--r--templates/task/create.html10
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 %}