Use inheritance to properly wrap inheriting body
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 30 Jul 2024 16:46:29 +0000 (11:46 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 30 Jul 2024 16:46:29 +0000 (11:46 -0500)
src/pgwui_bulk_upload/templates/bulk_upload.mak

index 453ca7bf8e785cf2a778d7b5696fc66d79e1b597..038017bd32121cd246e1471031ac758db453d92d 100644 (file)
@@ -1,5 +1,5 @@
 <%doc>
-  Copyright (C) 2015, 2018, 2020, 2021 The Meme Factory, Inc.
+  Copyright (C) 2015, 2018, 2020, 2021, 2024 The Meme Factory, Inc.
   http://www.karlpinc.com/
  
      This file is part of PGWUI_Bulk_Upload.
 
 <h1>Upload Into Multiple Tables</h1>
 
-<%
-    form_elements = []
-    self.append_elements(form_elements)
-
-    self.upload_form(form_elements,
-                     upload_nulls=show_choice(pgwui, 'null'))
-%>
\ No newline at end of file
+<%self:upload_form upload_nulls="${show_choice(pgwui, 'null')}"
+                   args="tab_index" />