diff --git a/Theme/Backend/qa-tag-edit.tpl.php b/Theme/Backend/qa-tag-edit.tpl.php
deleted file mode 100755
index d641454..0000000
--- a/Theme/Backend/qa-tag-edit.tpl.php
+++ /dev/null
@@ -1,25 +0,0 @@
-data['tag'];
-
-/** @var \phpOMS\Views\View $this */
-echo $this->data['nav']->render();
-?>
-
-
\ No newline at end of file
diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php
deleted file mode 100755
index f8628e9..0000000
--- a/Theme/Backend/qa-tag-list.tpl.php
+++ /dev/null
@@ -1,45 +0,0 @@
-data['nav']->render();
-?>
-
-
-
-
-
-
- = $this->getHtml('Badges'); ?>download
-
-
- | = $this->getHtml('ID', '0', '0'); ?>
- | = $this->getHtml('Name'); ?>
- |
- |
- |
- data['tags'] as $key => $value) : ++$c;
- $url = \phpOMS\Uri\UriFactory::build('{/base}/admin/account/view?{?}&id=' . $value->id); ?>
-
- | = $value->id; ?>
- | = $this->printHtml($value->name); ?>
-
-
- |
| = $this->getHtml('Empty', '0', '0'); ?>
-
- |
-
-
-
-
\ No newline at end of file