diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html index 17586354906..52621f26d54 100644 --- a/templates/web/base/admin/report_edit.html +++ b/templates/web/base/admin/report_edit.html @@ -47,7 +47,7 @@ [% END %] ([% - SET postcode_safe = problem.postcode | html; + postcode_safe = problem.postcode | html; tprintf( loc('originally entered: “%s”'), postcode_safe ) %], [% IF problem.used_map %][% loc('used map') %][% ELSE %][% loc("didn't use map") %][% END %])