summaryrefslogtreecommitdiff
path: root/templates/task/remove_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/remove_user.html')
-rw-r--r--templates/task/remove_user.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/task/remove_user.html b/templates/task/remove_user.html
deleted file mode 100644
index 5ea2b19..0000000
--- a/templates/task/remove_user.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends 'base.html' %}
-{% block title %}
- Remove users for {{task.title}}
-{% endblock %}
-{% block content %}
- <a href="/task/view/tid={{task.id}}">Click here</a> to return to {{task.title}}
- <form action="" method="post">
- {{form.as_p}}
- <input value="Submit" type="submit">
- </form>
-{% endblock %}