Issue #837: Moderation report page: offender's name linked to the reporter's profile.

This commit is contained in:
Aleksej 2014-05-05 16:34:47 +04:00 committed by Christopher Allan Webber
parent 88542a8c1f
commit daf47b3890

View File

@ -91,7 +91,7 @@
{% else %}
<h2>{% trans user_url=request.urlgen(
'mediagoblin.moderation.users_detail',
user=report.reporter.username),
user=report.reported_user.username),
user_name=report.reported_user.username %}
CONTENT BY
<a href="{{ user_url }}"> {{ user_name }}</a>