diff --git a/mayan/apps/appearance/templates/appearance/tools.html b/mayan/apps/appearance/templates/appearance/tools.html deleted file mode 100644 index 7139b7d150..0000000000 --- a/mayan/apps/appearance/templates/appearance/tools.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends 'appearance/base.html' %} - -{% block title %}{{ title }}{% endblock %} - -{% block content %} -

- {{ title }} -

-
- {% for key, value in blocks.items %} -
-
-

{{ value.title }}

-
-
- -
-
- {% endfor %} -{% endblock %}