]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/reputation.html
fixes the problem of OSQA-234 - events had no titles. Uses the proper action describ...
[osqa.git] / forum / skins / default / templates / users / reputation.html
index 9be35c86b071ebab959c410b48dbc0ae5cbcc730..dfe5cd1dafb2dd959ee7bd6a1b6281f7f7459214 100644 (file)
@@ -34,7 +34,7 @@
                         <div style="float:left;width:20px;color:red">{{ rep.negative }}</div>
                         
                     </div>
-                    <a href="{{ rep.action.node.get_absolute_url }}">{{ rep.action.node.headline }}</a> <span class="small">({{ rep.date }})</span>
+                    {{ rep.action.describe|safe }}<br/><span class="small">({{ rep.date }})</span>
                 </p>
                 {% endfor %}
             </div>