From 79135719ddde63a5d7a72467b9c43a1a6d60182d Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Mon, 7 Jan 2013 15:33:00 +0100 Subject: [PATCH] Syntaxfehler gefixt --- templates/webpages/ap/form_footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 95ce79684..c51813489 100644 --- a/templates/webpages/ap/form_footer.html +++ b/templates/webpages/ap/form_footer.html @@ -4,7 +4,7 @@ [%- USE LxERP %] [%- IF (num_follow_ups && num_due) %] -

[% 'There are #1 unfinished follow-ups of which #2 are due.' | $T8(num_follow_ups, num_due) %]

+

[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]

[%- END %] -- 2.20.1