summaryrefslogtreecommitdiff
path: root/templates/task/browse.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/browse.html')
-rw-r--r--templates/task/browse.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/task/browse.html b/templates/task/browse.html
deleted file mode 100644
index 7ca8705..0000000
--- a/templates/task/browse.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends 'base.html' %}
-{% block content %}
- List of all the tasks:<ul>
- {% for task in task_list %}
- <li><a href="/task/view/tid={{ task.id }}">{{ task.title }}</a></li>
- {% endfor %}
- </ul>
-{% endblock %}