summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/main_page/tab_bar.html
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-01-19 12:02:37 -0300
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-05-08 10:00:40 -0600
commit05d4e5d810642102e27d199f3ce8c145654ac8dd (patch)
treecce13742b325b40d688e9ca7e637169ca35f92fc /askbot/skins/default/templates/main_page/tab_bar.html
parent1ac6ed4e82f2b61c478b7cb3d863a4fa8b42418a (diff)
downloadaskbot-05d4e5d810642102e27d199f3ce8c145654ac8dd.tar.gz
askbot-05d4e5d810642102e27d199f3ce8c145654ac8dd.tar.bz2
askbot-05d4e5d810642102e27d199f3ce8c145654ac8dd.zip
fixed feed issues with cache.
Diffstat (limited to 'askbot/skins/default/templates/main_page/tab_bar.html')
-rw-r--r--askbot/skins/default/templates/main_page/tab_bar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/main_page/tab_bar.html b/askbot/skins/default/templates/main_page/tab_bar.html
index 8b666155..17ab810e 100644
--- a/askbot/skins/default/templates/main_page/tab_bar.html
+++ b/askbot/skins/default/templates/main_page/tab_bar.html
@@ -3,9 +3,9 @@
{% cache 0 "scope_sort_tabs" search_tags request.user author_name scope sort query context.page language_code %}
<a class="rss"
{% if feed_url %}
- href="{{settings.APP_URL}}{{feed_url}}"
+ href="{{feed_url}}"
{% else %}
- href="{{settings.APP_URL}}/feeds/rss/"
+ href="/feeds/rss/"
{% endif %}
title="{% trans %}subscribe to the questions feed{% endtrans %}"
>{% trans %}RSS{% endtrans %}