templates: update to new css_class_names attribute name

This commit is contained in:
Frédéric Péters 2016-11-19 20:22:29 +01:00
parent 29209ef83b
commit 976990b981
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% load combo %}
{% for cell in cells %}
<div class="cell {{ cell.css_class_name }} {% if cell.slug %}{{cell.slug}}{% endif %}"
<div class="cell {{ cell.css_class_names }} {% if cell.slug %}{{cell.slug}}{% endif %}"
{% if cell.slug %}id="{{cell.slug}}"{% endif %}
{% if cell.ajax_refresh %}
data-ajax-cell-url="{% url 'combo-public-ajax-page-cell' page_pk=page.id cell_reference=cell.get_reference %}"