.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
{% if forloop.last %}
|
{% if forloop.last %}
|
||||||
{{cat}}
|
{{cat}}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{cat}},
|
{{cat}}|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
{% if forloop.last %}
|
{% if forloop.last %}
|
||||||
{{cat}}
|
{{cat}}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{cat}},
|
{{cat}}|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user