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:
fbf5d87
)
Move table rows into their own %def
author
Karl O. Pinc
<kop@karlpinc.com>
Thu, 1 Aug 2024 22:25:09 +0000
(17:25 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Thu, 1 Aug 2024 22:25:09 +0000
(17:25 -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 60e94c2b0535de8d7c8fd673d060fc588611a432..d41b5d0f8325de746e49ba9dd3a57fa017727958 100644
(file)
--- a/
src/pgwui_bulk_upload/templates/bulk_upload.mak
+++ b/
src/pgwui_bulk_upload/templates/bulk_upload.mak
@@
-107,5
+107,7
@@
<h1>Upload Into Multiple Tables</h1>
-<% 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