X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6261d6ca23a2943f691d45ae6944da1a37eb7867..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/templates/webpages/csv_import/_deferred_results.html diff --git a/templates/webpages/csv_import/_deferred_results.html b/templates/webpages/csv_import/_deferred_results.html index 87e913f7d..f2061899a 100644 --- a/templates/webpages/csv_import/_deferred_results.html +++ b/templates/webpages/csv_import/_deferred_results.html @@ -4,7 +4,7 @@

[% 'Import Status' | $T8 %]

-[% PROCESS 'common/flash.html' %] +[% INCLUDE 'common/flash.html' %] [% UNLESS SELF.background_job.data_as_hash.errors %]
@@ -16,7 +16,6 @@ data: { action: 'CsvImport/result', 'profile.type': '[% SELF.profile.type %]', - 'csv_import_access' : '[% SELF.csv_import_access %]', job: '[% SELF.background_job.id %]' }, success: function(data) { $('#results').html(data) },