Remove unused statistics template

This commit is contained in:
Roberto Rosario
2015-04-07 02:07:30 -04:00
parent 0209ea6632
commit fd42b01fe7

View File

@@ -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 %}