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:
parent
289826dc46
commit
690597ef83
@ -160,7 +160,7 @@
|
|||||||
<a href="{{ request.urlgen('mediagoblin.user_pages.media_home.report_comment',
|
<a href="{{ request.urlgen('mediagoblin.user_pages.media_home.report_comment',
|
||||||
user=media.get_actor.username,
|
user=media.get_actor.username,
|
||||||
media=media.slug_or_id,
|
media=media.slug_or_id,
|
||||||
comment=comment_object.id) }}">
|
comment=comment.id) }}">
|
||||||
{% trans %}Report{% endtrans %}</a>
|
{% trans %}Report{% endtrans %}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user