# HG changeset patch # User Simon Descarpentries # Date 1397055294 -7200 # Node ID 150db5b6711d679be271cbd8de57d87515569cd9 # Parent 7d93eccbb56536d432b32642d0b3a23f8ea93b15 Withdraw unwanted " in tag link of the tag_list of texts in text_list diff -r 7d93eccbb565 -r 150db5b6711d src/cm/templates/site/text_list.html --- a/src/cm/templates/site/text_list.html Mon Apr 07 18:26:59 2014 +0200 +++ b/src/cm/templates/site/text_list.html Wed Apr 09 16:54:54 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 %}