src/cm/templates/site/dashboard_bloc_recent_comments.html
changeset 144 e7e1bc64f613
parent 0 40c8f766c9b8
child 160 0c01050f9717
--- a/src/cm/templates/site/dashboard_bloc_recent_comments.html	Wed Feb 03 20:55:30 2010 +0100
+++ b/src/cm/templates/site/dashboard_bloc_recent_comments.html	Wed Feb 03 21:49:04 2010 +0100
@@ -17,7 +17,7 @@
 			    <div class="dashlog">            	
 					<img class="dashlog_img" src="{{ MEDIA_URL }}img/note_small.png"/>
 					<span class="dashlog_data">
-						<a href="{% url text-view-show-comment comment.text_version.text.key comment.key %}">{{ comment.title }}</a> {% blocktrans %}on text{% endblocktrans %} <a href="{% url text-view comment.text_version.text.key %}">{{ comment.text_version.title }}</a>						
+						<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>
                    <div style="padding-left:22px;" class="dashlog_metadata">
 				{% blocktrans with comment.created|timesince as duration %}created {{ duration }} ago{% endblocktrans %}