Withdraw unwanted " in tag link of the tag_list of texts in text_list
authorSimon Descarpentries <sid@sopinspace.com>
Wed, 09 Apr 2014 16:54:54 +0200
changeset 631 150db5b6711d
parent 627 7d93eccbb565
child 632 f8733ce4ed05
Withdraw unwanted " in tag link of the tag_list of texts in text_list
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 @@
                 <a class="main_object_title" href="{% url text-view text.key %}">{{ text.title }}</a>
                 
 				{% tags_for_object text.last_text_version as tag_list %}
-				{% if tag_list %}<div class="tag_list>">{% blocktrans %}tags:{% endblocktrans %}&nbsp;{% for tag in tag_list %}<a class="tag" title="{% blocktrans with tag.name as tag_name %}Filter by tag: {{ tag_name }}{% endblocktrans %}" href="?{% newparams 'tag_selected' tag.name %}"">{{ tag.name }}</a>&nbsp;{% endfor %}</div>{% endif %}
+				{% if tag_list %}<div class="tag_list>">{% blocktrans %}tags:{% endblocktrans %}&nbsp;{% for tag in tag_list %}<a class="tag" title="{% blocktrans with tag.name as tag_name %}Filter by tag: {{ tag_name }}{% endblocktrans %}" href="?{% newparams 'tag_selected' tag.name %}">{{ tag.name }}</a>&nbsp;{% endfor %}</div>{% endif %}
                 
                 <div class="hidden-text-actions text-actions-{{ text.key }}">
                     <a href="{% url text-view text.key %}">{% blocktrans %}View{% endblocktrans %}</a>