summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/add_tag_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/threads/add_tag_form.html')
-rw-r--r--hyperkitty/templates/threads/add_tag_form.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/hyperkitty/templates/threads/add_tag_form.html b/hyperkitty/templates/threads/add_tag_form.html
deleted file mode 100644
index 44b5f76..0000000
--- a/hyperkitty/templates/threads/add_tag_form.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-
-{% block header %} {% endblock %}
-
-{% block content %}
-<form id="addtag" action="{% url add_tag mlist_fqdn=list_address, hashid=threadid %}" method="post">
- {% csrf_token %}
- {{ addtag_form }}
- <button type="submit">
- Add
- </button>
-</form>
-{% endblock %}
-
-{# vim: set noet: #}