remove obsolete template (#9596)

This commit is contained in:
Benjamin Dauvergne 2016-01-17 23:26:25 +01:00 committed by Frédéric Péters
parent 7ce3445113
commit 9909a35461
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
{% load combo %}
{% for cell in cells %}
<div class="cell {{ cell.css_class_name }} {% if cell.slug %}{{cell.slug}}{% endif %}"
data-ajax-cell-url="{% url 'combo-public-ajax-page-cell' page_pk=page.id cell_reference=cell.get_reference %}"
{% if cell.ajax_refresh %}
data-ajax-cell-refresh="{{ cell.ajax_refresh }}"
{% endif %}><div>{% render_cell cell %}</div></div>
{% endfor %}