wcs: adapt categories cell template to new context (#13616)

This commit is contained in:
Frédéric Péters 2016-10-14 20:32:26 +02:00
parent 84a7d1e2b4
commit e6aded4460
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="categories-{{ slug }}">
<h3>{{ categories.title }}</h3>
<ul>
{% for data in categories.data.data %}
{% for data in categories.data %}
<li><a href="{{ data.url }}">{{ data.title }}</a></li>
{% endfor %}
</ul>