projects
/
pgwui_bulk_upload
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59a67a
)
Inheriting templates call "main_form" and initiate execution
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 30 Jul 2024 23:27:54 +0000
(18:27 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 30 Jul 2024 23:27:54 +0000
(18:27 -0500)
src/pgwui_bulk_upload/templates/bulk_upload.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_bulk_upload/templates/bulk_upload.mak
b/src/pgwui_bulk_upload/templates/bulk_upload.mak
index 4344117c93e267263751a6f302ec301757451709..60e94c2b0535de8d7c8fd673d060fc588611a432 100644
(file)
--- a/
src/pgwui_bulk_upload/templates/bulk_upload.mak
+++ b/
src/pgwui_bulk_upload/templates/bulk_upload.mak
@@
-107,4
+107,5
@@
<h1>Upload Into Multiple Tables</h1>
-<%self:upload_form args="tab_index" />
+<% tab_index = self.attr.TabIndex() %>
+<%self:main_form tab_index="${tab_index}" args="tab_index" />