From: Karl O. Pinc Date: Thu, 1 Aug 2024 22:25:09 +0000 (-0500) Subject: Move table rows into their own %def X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=60fc0e7d8da769284835ca41939dc2f1e8a72f42;p=pgwui_bulk_upload Move table rows into their own %def --- diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 60e94c2..d41b5d0 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -107,5 +107,7 @@

Upload Into Multiple Tables

-<% tab_index = self.attr.TabIndex() %> -<%self:main_form tab_index="${tab_index}" args="tab_index" /> +<% + tab_index = self.attr.TabIndex() + self.main_form(tab_index) +%> \ No newline at end of file