fixed identation

This commit is contained in:
Jakob Kramer 2011-11-20 21:40:51 +01:00
parent a00f1c1e1c
commit fe0a8f53e2

View File

@ -24,15 +24,15 @@
{% if media.tags|length > 1 %}
{% trans %}and{% endtrans %}
{% endif %}
<a href="{{ request.urlgen(
'mediagoblin.listings.tags_listing',
tag=tag['slug']) }}">{{ tag['name'] }}</a>.
{% elif loop.revindex==2 %}
{% elif loop.revindex == 2 %}
<a href="{{ request.urlgen(
'mediagoblin.listings.tags_listing',
tag=tag['slug']) }}">{{ tag['name'] }}</a>
{% else %}<a href="{{ request.urlgen(
{% else %}
<a href="{{ request.urlgen(
'mediagoblin.listings.tags_listing',
tag=tag['slug']) }}">{{ tag['name'] }}</a>,
{% endif %}