summaryrefslogtreecommitdiffstats
path: root/askbot/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/base.html')
-rw-r--r--askbot/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/base.html b/askbot/templates/base.html
index 9f943c22..a3bb2173 100644
--- a/askbot/templates/base.html
+++ b/askbot/templates/base.html
@@ -19,7 +19,7 @@
rel="alternate"
type="application/rss+xml"
title="{% trans site_title=settings.APP_SHORT_NAME %}RSS feed from {{ site_title }}{% endtrans %}"
- href="{{ settings.APP_URL }}{% url "latest_questions_feed" %}"
+ href="{{ base_url }}{% url "latest_questions_feed" %}"
/>
{% block before_css %}{% endblock %}
{% include "meta/html_head_stylesheets.html" %}