aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tokens/confirm_problem.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/tokens/confirm_problem.html')
-rw-r--r--templates/web/default/tokens/confirm_problem.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/web/default/tokens/confirm_problem.html b/templates/web/default/tokens/confirm_problem.html
index b44214c8b..723d515e1 100644
--- a/templates/web/default/tokens/confirm_problem.html
+++ b/templates/web/default/tokens/confirm_problem.html
@@ -13,13 +13,12 @@ You can <a href="[% c.cobrand.base_url_for_report( problem ) %][% problem.url %]
[% ELSE %]
[%
loc('You have successfully confirmed your problem');
-
IF problem.bodies_str;
loc(' and <strong>we will now send it to the council</strong>');
- END;
-
+ END; %].
+[%
tprintf(
- loc( '. You can <a href="%s%s">view the problem on this site</a>.' ),
+ loc( 'You can <a href="%s%s">view the problem on this site</a>.' ),
c.cobrand.base_url_for_report( problem ),
problem.url
);