X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/65a06b5759756e48e5cf30bd36ffcf9ea4b27522..c97d4a0aaaaced4399a04a93f2c19d477439a92e:/templates/webpages/csv_import/form.html diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 2fff25263..ebe5616e6 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -6,10 +6,11 @@ [%- INCLUDE 'common/flash.html' %] -
+ [% L.hidden_tag('form_sent', '1') %] [% L.hidden_tag('action', 'CsvImport/dispatch') %] [% L.hidden_tag('profile.type', SELF.profile.type) %] + [% L.hidden_tag('tmp_profile_id', SELF.profile.id) %] [%- IF SELF.profile.get('dont_edit_profile') %] [% L.hidden_tag('force_profile', 1) %] @@ -329,10 +330,7 @@
[%- END %][%# UNLESS SELF.worker.is_multiplexed %] - [% L.submit_tag('action_test', LxERP.t8('Test and preview')) %] [%- END %][%# IF SELF.profile.get('dont_edit_profile') %] - [% L.submit_tag('action_import', LxERP.t8('Import'), style='display:none') %] -