diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-14 17:59:00 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-14 17:59:00 +0000 |
commit | 86414debecd82fb66a03dc360944afc3ae4be3d6 (patch) | |
tree | 67e71f3080406d14d5f47b048be95489c360601d /templates | |
parent | 74a7ed654369cb3ebd282c01d4a0de87a646c4ce (diff) | |
parent | 4ad523ad6a4950f91301e896b8f6a3d8e23afc06 (diff) |
Merge branch '1660-moderating-influence'
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/_main.html | 2 | ||||
-rw-r--r-- | templates/web/base/report/update.html | 2 |
2 files changed, 2 insertions, 2 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' %] diff --git a/templates/web/base/report/update.html b/templates/web/base/report/update.html index d423a193d..752f20174 100644 --- a/templates/web/base/report/update.html +++ b/templates/web/base/report/update.html @@ -46,7 +46,7 @@ <p class="meta-2"> [% INCLUDE meta_line %] [% mlog = update.latest_moderation_log_entry(); IF mlog %] - <br /> Moderated by [% mlog.user.from_body.name %] at [% prettify_dt(mlog.whenedited) %] + <br /> Moderated by [% mlog.admin_user %] at [% prettify_dt(mlog.whenedited) %] [% END %] </p> </div> |