Show More
@@ -31,10 +31,8 b'' | |||||
31 | <header class="navigation_panel"> |
|
31 | <header class="navigation_panel"> | |
32 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> |
|
32 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> | |
33 | {% if tags_str %} |
|
33 | {% if tags_str %} | |
34 | <a href="{% url 'index' %}?filter=fav_tags" title="{% trans "interesting" %}">★</a>, |
|
34 | <a href="{% url 'index' %}?filter=fav_tags" title="{% trans "interesting" %}">★</a>, | |
35 |
{ |
|
35 | {{ tags_str|safe }}, | |
36 | {{ tags_str }}, |
|
|||
37 | {% endautoescape %} |
|
|||
38 | {% else %} |
|
36 | {% else %} | |
39 | {% trans 'Add tags' %} → |
|
37 | {% trans 'Add tags' %} → | |
40 | {% endif %} |
|
38 | {% endif %} |
General Comments 0
You need to be logged in to leave comments.
Login now