Fix #5432 - Comment report link doens't work

This builds on work done for #5376 and associates the correct comment
ID with comment report links.
This commit is contained in:
Andrew Browning 2016-03-02 12:43:53 -05:00
parent 289826dc46
commit 690597ef83

View File

@ -160,7 +160,7 @@
<a href="{{ request.urlgen('mediagoblin.user_pages.media_home.report_comment',
user=media.get_actor.username,
media=media.slug_or_id,
comment=comment_object.id) }}">
comment=comment.id) }}">
{% trans %}Report{% endtrans %}</a>
{% endif %}
</div>