Fix another typo in this template : 'tag_list>'
authorSimon Descarpentries <sid@sopinspace.com>
Wed, 09 Apr 2014 16:57:53 +0200
changeset 632 f8733ce4ed05
parent 631 150db5b6711d
child 633 44634d19db32
Fix another typo in this template : 'tag_list>'
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 @@
                 <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>