# HG changeset patch # User Simon Descarpentries # Date 1397055473 -7200 # Node ID f8733ce4ed0594a5135fa09dd23818b619cba72e # Parent 150db5b6711d679be271cbd8de57d87515569cd9 Fix another typo in this template : 'tag_list>' diff -r 150db5b6711d -r f8733ce4ed05 src/cm/templates/site/text_list.html --- a/src/cm/templates/site/text_list.html Wed Apr 09 16:54:54 2014 +0200 +++ b/src/cm/templates/site/text_list.html Wed Apr 09 16:57:53 2014 +0200 @@ -157,7 +157,7 @@ {{ text.title }} {% tags_for_object text.last_text_version as tag_list %} - {% if tag_list %}
{% blocktrans %}tags:{% endblocktrans %} {% for tag in tag_list %}{{ tag.name }} {% endfor %}
{% endif %} + {% if tag_list %}
{% blocktrans %}tags:{% endblocktrans %} {% for tag in tag_list %}{{ tag.name }} {% endfor %}
{% endif %}
{% blocktrans %}View{% endblocktrans %}