src/cm/templates/site/dashboard_bloc_recent_comments.html
changeset 160 0c01050f9717
parent 144 e7e1bc64f613
child 227 57492cd7e162
--- a/src/cm/templates/site/dashboard_bloc_recent_comments.html	Wed Feb 10 14:34:08 2010 +0100
+++ b/src/cm/templates/site/dashboard_bloc_recent_comments.html	Thu Feb 11 16:28:10 2010 +0100
@@ -15,7 +15,7 @@
            {% for comment in last_comments %}
            <li class="dashlog_item">
 			    <div class="dashlog">            	
-					<img class="dashlog_img" src="{{ MEDIA_URL }}img/note_small.png"/>
+					<img class="dashlog_img" src="{{ CM_MEDIA_PREFIX }}img/note_small.png"/>
 					<span class="dashlog_data">
 						<a href="{% url text-view-show-comment comment.text_version.text.key comment.id_key %}">{{ comment.title }}</a> {% blocktrans %}on text{% endblocktrans %} <a href="{% url text-view comment.text_version.text.key %}">{{ comment.text_version.title }}</a>						
                    </span>