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:
ad3a20a
)
Test for null input in the null input template code
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 30 Jul 2024 20:44:54 +0000
(15:44 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 30 Jul 2024 20:54:20 +0000
(15:54 -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 038017bd32121cd246e1471031ac758db453d92d..4344117c93e267263751a6f302ec301757451709 100644
(file)
--- a/
src/pgwui_bulk_upload/templates/bulk_upload.mak
+++ b/
src/pgwui_bulk_upload/templates/bulk_upload.mak
@@
-29,7
+29,6
@@
<%!
- from pgwui_upload_core.template_utils import show_choice
from pgwui_common.path import asset_abspath
import pgwui_common.exceptions as common_ex
@@
-108,5
+107,4
@@
<h1>Upload Into Multiple Tables</h1>
-<%self:upload_form upload_nulls="${show_choice(pgwui, 'null')}"
- args="tab_index" />
+<%self:upload_form args="tab_index" />