diff --git a/tildes/tildes/templates/macros/topics.jinja2 b/tildes/tildes/templates/macros/topics.jinja2 index b4b5ed3..1e7f580 100644 --- a/tildes/tildes/templates/macros/topics.jinja2 +++ b/tildes/tildes/templates/macros/topics.jinja2 @@ -48,7 +48,7 @@ {% if request.matched_route.name in ('home', 'group') %} {{ topic_tag(tag, request.current_listing_normal_url({'tag': tag.replace(' ', '_')})) }} {% else %} - {{ topic_tag(tag) }} + {{ topic_tag(tag, request.route_url('home', _query=[('tag', tag.replace(' ', '_'))])) }} {% endif %} {% endfor %}