From fd42b01fe78590e4028f801d1108fd152f5d269a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 7 Apr 2015 02:07:30 -0400 Subject: [PATCH] Remove unused statistics template --- .../appearance/templates/appearance/statistics.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 mayan/apps/appearance/templates/appearance/statistics.html 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 %}