From 66f0cf322750d695b7c4e55565cfabb905e75a54 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 6 Nov 2019 19:38:33 +0000 Subject: Factor out admin reports code to own controller. --- templates/web/base/admin/problem_row.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/web/base/admin/problem_row.html') diff --git a/templates/web/base/admin/problem_row.html b/templates/web/base/admin/problem_row.html index 99142af4e..8d74fec13 100644 --- a/templates/web/base/admin/problem_row.html +++ b/templates/web/base/admin/problem_row.html @@ -23,7 +23,7 @@ [% PROCESS value_or_nbsp value=problem.category_display %]
[%- IF edit_body_contacts -%] [% FOR body IN problem.bodies.values %] - [% PROCESS value_or_nbsp value=body.name %] + [% PROCESS value_or_nbsp value=body.name %] [% END %] [%- ELSE -%] [%- PROCESS value_or_nbsp value=problem.bodies_str -%] @@ -40,7 +40,7 @@ [% IF c.user.has_permission_to('report_edit', problem.bodies_str_ids) %] - [% loc('Edit') %] + [% loc('Edit') %] [% END %] -- cgit v1.2.3