Remove unused statistics template
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user