X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a23454bb1b039a31b7f77710ff663fa9152d530c..a3ae31c:/templates/webpages/ct/form_header.html diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 825a4b82e..ff2d36b90 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -233,7 +233,7 @@ [% L.input_tag('bic', bic, maxlength=100, size=30) %] [%- IF ALL_CURRENCIES.size %] [% 'Currency' | $T8 %] - [% L.select_tag('currency', ALL_CURRENCIES, default = currency, with_empty = 1) %] + [% L.select_tag('currency', ALL_CURRENCIES, default = currency) %] [%- END %]