From 010bb06ae44e334ef8c389b4dff936d633c423ae Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 26 Jan 2015 17:56:53 -0400 Subject: [PATCH] Remove unused templates --- .../converter/templates/converter_file_formats_help.html | 5 ----- mayan/apps/tags/templates/tags_sidebar_template.html | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 mayan/apps/converter/templates/converter_file_formats_help.html delete mode 100644 mayan/apps/tags/templates/tags_sidebar_template.html diff --git a/mayan/apps/converter/templates/converter_file_formats_help.html b/mayan/apps/converter/templates/converter_file_formats_help.html deleted file mode 100644 index f086a9798e..0000000000 --- a/mayan/apps/converter/templates/converter_file_formats_help.html +++ /dev/null @@ -1,5 +0,0 @@ -{% load i18n %} -
-

{% trans "Help" %}

-

{% blocktrans %}These are the file formats supported by the currently selected converter backend. In this case: '{{ backend }}'{% endblocktrans %}

-
diff --git a/mayan/apps/tags/templates/tags_sidebar_template.html b/mayan/apps/tags/templates/tags_sidebar_template.html deleted file mode 100644 index fd1cca10ab..0000000000 --- a/mayan/apps/tags/templates/tags_sidebar_template.html +++ /dev/null @@ -1,2 +0,0 @@ -{% load tags_tags %} -{% get_add_tag_to_document_form %}