From a8825c9ea8356a306cec2ec09d0e78326bda7bec Mon Sep 17 00:00:00 2001 From: Bernd Blessmann Date: Wed, 26 Sep 2012 12:19:00 +0200 Subject: [PATCH] Syntaxfehler in html-template --- templates/webpages/csv_import/_form_parts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/csv_import/_form_parts.html b/templates/webpages/csv_import/_form_parts.html index c88b710e9..e499e8014 100644 --- a/templates/webpages/csv_import/_form_parts.html +++ b/templates/webpages/csv_import/_form_parts.html @@ -11,7 +11,7 @@ [%- LxERP.t8('Sellprice significant places') %]: - [% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places')), style = 'width: 300px') %] + [% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places'), style = 'width: 300px') %] @@ -54,7 +54,7 @@ [%- LxERP.t8('Default unit') %]: - [% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit')) %] + [% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit') %] [% L.select_tag('settings.default_unit', opts, style => 'width: 300px') %] -- 2.20.1