diff options
Diffstat (limited to 'templates/web/base/report/_main.html')
-rw-r--r-- | templates/web/base/report/_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/_main.html b/templates/web/base/report/_main.html index 9431ef2ce..12733a992 100644 --- a/templates/web/base/report/_main.html +++ b/templates/web/base/report/_main.html @@ -66,7 +66,7 @@ [% INCLUDE 'report/_main_sent_info.html' %] [% mlog = problem.latest_moderation_log_entry(); IF mlog %] - <p>Moderated by [% mlog.user.from_body.name %] at [% prettify_dt(mlog.whenedited) %]</p> + <p>Moderated by [% mlog.admin_user %] at [% prettify_dt(mlog.whenedited) %]</p> [% END %] [% INCLUDE 'report/_support.html' %] |