diff --git a/conservancy/podjango/templates/podjango/cast/cast_list.html b/conservancy/podjango/templates/podjango/cast/cast_list.html index c15e0b720c1e871fa13cf1a6705c239f8bea6977..f0b9e122c1e1ebe6d58118926f83320ea70612fc 100644 --- a/conservancy/podjango/templates/podjango/cast/cast_list.html +++ b/conservancy/podjango/templates/podjango/cast/cast_list.html @@ -12,7 +12,7 @@ {% if tags %}

Displaying casts -tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}{{ tag.label }}{% ifequal forloop.revcounter 2 %} or {% endifequal %}{% endfor %} +tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}{{ tag.label }}{% if forloop.revcounter == 2 %} or {% endif %}{% endfor %}

{% endif %}