aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/users.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/admin/users.html')
-rw-r--r--templates/web/default/admin/users.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/users.html b/templates/web/default/admin/users.html
index 12f681741..b9839e9f7 100644
--- a/templates/web/default/admin/users.html
+++ b/templates/web/default/admin/users.html
@@ -19,7 +19,7 @@
<tr>
<td>[% PROCESS value_or_nbsp value=user.name %]</td>
<td><a href="[% c.uri_for( 'reports', search => user.email ) %]">[% PROCESS value_or_nbsp value=user.email %]</a></td>
- <td>[% PROCESS value_or_nbsp value=user.from_body %]</td>
+ <td>[% PROCESS value_or_nbsp value=user.from_body.id %]</td>
<td>[% user.flagged == 2 ? loc('(Email in abuse table)') : user.flagged ? loc('Yes') : '&nbsp;' %]</td>
<td>[% IF user.id %]<a href="[% c.uri_for( 'user_edit', user.id ) %]">[% loc('Edit') %]</a>[% END %]</td>
</tr>