summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/main_page/tab_bar.html
diff options
context:
space:
mode:
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 %}