Skip to content

Commit

Permalink
Do not use SET with html filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed May 3, 2019
1 parent a9c28cc commit a43d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/base/admin/report_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
[% END %]

<small>([%
SET postcode_safe = problem.postcode | html;
postcode_safe = problem.postcode | html;
tprintf( loc('originally entered: &ldquo;%s&rdquo;'), postcode_safe )
%],
[% IF problem.used_map %][% loc('used map') %][% ELSE %][% loc("didn't use map") %][% END %])</small>
Expand Down

0 comments on commit a43d4fa

Please sign in to comment.