From: Karl O. Pinc Date: Tue, 30 Jul 2024 23:27:54 +0000 (-0500) Subject: Inheriting templates call "main_form" and initiate execution X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=fbf5d87dae04c51a546104e5e0ef1f2a3a8671e3;p=pgwui_bulk_upload Inheriting templates call "main_form" and initiate execution --- diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 4344117..60e94c2 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -107,4 +107,5 @@

Upload Into Multiple Tables

-<%self:upload_form args="tab_index" /> +<% tab_index = self.attr.TabIndex() %> +<%self:main_form tab_index="${tab_index}" args="tab_index" />