aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/contact/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/contact/index.html')
-rw-r--r--templates/web/base/contact/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html
index 05a24160f..4e65ce674 100644
--- a/templates/web/base/contact/index.html
+++ b/templates/web/base/contact/index.html
@@ -63,7 +63,7 @@
[% IF problem.anonymous %]
[% tprintf( loc('Reported anonymously at %s'), prettify_dt( problem.confirmed ) ) %]
[% ELSE %]
- [% tprintf( loc('Reported by %s at %s'), problem.user.name, prettify_dt( problem.confirmed ) ) | html %]
+ [% tprintf( loc('Reported by %s at %s'), problem.name, prettify_dt( problem.confirmed ) ) | html %]
[% END %]
</cite>