diff --git a/mayan/apps/appearance/templates/appearance/statistics.html b/mayan/apps/appearance/templates/appearance/statistics.html deleted file mode 100644 index 67bdc7d79e..0000000000 --- a/mayan/apps/appearance/templates/appearance/statistics.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends 'appearance/base.html' %} - -{% block title %} :: {{ title }}{% endblock %} - -{% block content %} - {% for block in blocks %} - {% with block.title as title %} - {% with block.paragraphs as paragraphs %} - {% include 'appearance/generic_subtemplate.html' %} - {% endwith %} - {% endwith %} - {% endfor %} -{% endblock %}