summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2011-10-12 16:52:47 -0300
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2011-10-12 16:52:47 -0300
commit096a233e48d350580c02ed15211b9ccd02ba66bd (patch)
tree4cb4cb8de950792c461c4d2611063e937ca06214
parenta6c6c1b1aa9ef0595daad5aa912d3a074757d7e8 (diff)
downloadaskbot-096a233e48d350580c02ed15211b9ccd02ba66bd.tar.gz
askbot-096a233e48d350580c02ed15211b9ccd02ba66bd.tar.bz2
askbot-096a233e48d350580c02ed15211b9ccd02ba66bd.zip
renamed tag_widget.html -> related_tags.html
-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