Fixes closing if for tags template

This commit is contained in:
Slawomir Skowron
2017-01-20 10:01:13 +01:00
parent f3f67f4f7a
commit fe9f970bde

View File

@ -59,6 +59,7 @@
{% for items in item.tags %}
{{ items }}
{% endfor %}
{% endif %}
{% if item.tagpass is defined and item.tagpass is iterable %}
[{{ item.plugin }}.tagpass]
{% for items in item.tagpass %}