summaryrefslogtreecommitdiffstats
path: root/askbot/skins/common/templates/widgets/related_tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/common/templates/widgets/related_tags.html')
-rw-r--r--askbot/skins/common/templates/widgets/related_tags.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/askbot/skins/common/templates/widgets/related_tags.html b/askbot/skins/common/templates/widgets/related_tags.html
index 39873437..05520998 100644
--- a/askbot/skins/common/templates/widgets/related_tags.html
+++ b/askbot/skins/common/templates/widgets/related_tags.html
@@ -16,7 +16,13 @@
{% endfor %}
</ul>
{% else %}
- {{ macros.tag_cloud(tags = tags, font_sizes = font_size) }}
+ {{
+ macros.tag_cloud(
+ tags = tags,
+ font_sizes = font_size,
+ search_state = search_state
+ )
+ }}
{% endif %}
</div>
{% endcache %}