summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/skins/default/templates/main_page/sidebar.html2
-rw-r--r--askbot/skins/default/templates/widgets/related_tags.html (renamed from askbot/skins/default/templates/widgets/tag_widget.html)0
2 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/main_page/sidebar.html b/askbot/skins/default/templates/main_page/sidebar.html
index e95b01f8..b7d80cb3 100644
--- a/askbot/skins/default/templates/main_page/sidebar.html
+++ b/askbot/skins/default/templates/main_page/sidebar.html
@@ -12,7 +12,7 @@
{% endif %}
{% if tags and settings.SIDEBAR_MAIN_SHOW_TAGS %}
- {% include "widgets/tag_widget.html" %}
+ {% include "widgets/related_tags.html" %}
{% endif %}
{{ settings.SIDEBAR_MAIN_FOOTER }}
diff --git a/askbot/skins/default/templates/widgets/tag_widget.html b/askbot/skins/default/templates/widgets/related_tags.html
index 34ea698e..34ea698e 100644
--- a/askbot/skins/default/templates/widgets/tag_widget.html
+++ b/askbot/skins/default/templates/widgets/related_tags.html