--- a/src/cm/templates/site/followup.html Wed Feb 10 14:34:08 2010 +0100
+++ b/src/cm/templates/site/followup.html Thu Feb 11 16:28:10 2010 +0100
@@ -23,7 +23,7 @@
<div>
<a href="{% url public-feed %}" title="{% blocktrans %}Public feed for workspace{% endblocktrans %}">
- <img style="vertical-align:middle;" src="{{ MEDIA_URL }}/img/xml.gif" /> {{SITE_URL}}{% url public-feed %}
+ <img style="vertical-align:middle;" src="{{ CM_MEDIA_PREFIX }}/img/xml.gif" /> {{SITE_URL}}{% url public-feed %}
</a>
</div>
{% blocktrans %}This is the public feed for the workspace.{% endblocktrans %}
@@ -37,7 +37,7 @@
{% if CONF.private_feed_key %}
<div>
<a href="{% url private-feed CONF.private_feed_key %}" title="{% blocktrans %}Private feed for workspace{% endblocktrans %}">
- <img style="vertical-align:middle;" src="{{ MEDIA_URL }}/img/xml.gif" /> {{SITE_URL}}{% url private-feed CONF.private_feed_key %}
+ <img style="vertical-align:middle;" src="{{ CM_MEDIA_PREFIX }}/img/xml.gif" /> {{SITE_URL}}{% url private-feed CONF.private_feed_key %}
</a>
</div>
{% blocktrans %}This is the private feed for the workspace. Don't share this address with others unless you want them to see all activities on the workspace.{% endblocktrans %}