From: Karl O. Pinc Date: Mon, 5 Aug 2024 03:27:31 +0000 (-0500) Subject: Eliminate most of the core upload settings from the rendered template X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=19345c6b724f4494512bf7a125d5b21090ed83f9;p=pgwui_upcen Eliminate most of the core upload settings from the rendered template Redefine the table_rows def to skip the pgwui_upload_core version. --- diff --git a/src/pgwui_upcen/templates/upcen.mak b/src/pgwui_upcen/templates/upcen.mak index d287c44..d4dbf6f 100644 --- a/src/pgwui_upcen/templates/upcen.mak +++ b/src/pgwui_upcen/templates/upcen.mak @@ -58,6 +58,18 @@ Upload Census Data + +<%def name="table_rows(tab_index)"> + ## Skip over the pgwui_upload_core's template + <%parent:parent_table_rows tab_index="${tab_index}" args="tab_index"> + <% + caller.body(tab_index) + self.format_row(tab_index) + self.file_row(tab_index) + %> + + + <% tab_index = self.attr.TabIndex() self.main_form(tab_index)