diff --git a/deluge/plugins/label/label/template/config.html b/deluge/plugins/label/label/template/config.html
deleted file mode 100644
index 1dc4f27bf..000000000
--- a/deluge/plugins/label/label/template/config.html
+++ /dev/null
@@ -1,19 +0,0 @@
-$def with (labels)
-
-$for label in labels:
-
- $label |
-
- |
-
-
-
-Options
-
diff --git a/deluge/plugins/label/label/template/config_page.html b/deluge/plugins/label/label/template/config_page.html
deleted file mode 100644
index 382d5e3b1..000000000
--- a/deluge/plugins/label/label/template/config_page.html
+++ /dev/null
@@ -1,22 +0,0 @@
-$def with (labels)
-$:render.basic_header(_("Label Config"))
-$_("Label Config")
-
-$for label in labels:
-
- $label |
-
- |
-
-
-
-Options
-
-$:render.footer()
\ No newline at end of file
diff --git a/deluge/plugins/label/label/template/options.html b/deluge/plugins/label/label/template/options.html
deleted file mode 100644
index e55bb60f9..000000000
--- a/deluge/plugins/label/label/template/options.html
+++ /dev/null
@@ -1,41 +0,0 @@
-$def with (label_id, options_form, error=None)
-$:render.basic_header(_("Label Options"))
-$label_id Options.
-
-
-
-
-$:render.footer()
\ No newline at end of file
diff --git a/deluge/plugins/label/label/template/options_page.html b/deluge/plugins/label/label/template/options_page.html
deleted file mode 100644
index b1f83e99b..000000000
--- a/deluge/plugins/label/label/template/options_page.html
+++ /dev/null
@@ -1,10 +0,0 @@
-$def with (label_id)
-$:render.basic_header(_("Label Options"))
-$label_id Options.
-
-
-
-
-$:render.footer()
\ No newline at end of file
diff --git a/deluge/plugins/label/label/template/torrent_label.html b/deluge/plugins/label/label/template/torrent_label.html
deleted file mode 100644
index f17404c2f..000000000
--- a/deluge/plugins/label/label/template/torrent_label.html
+++ /dev/null
@@ -1,29 +0,0 @@
-$def with (torrent_ids, torrent_list, labels)
-$:render.header(_("Label torrent"))
-
-$:render.footer()
\ No newline at end of file