From: Karl O. Pinc Date: Tue, 30 Jul 2024 20:53:08 +0000 (-0500) Subject: Test for null input in the null input template code X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=778a2dac852ef35b5fb3af67a246b960b64d7304;p=pgwui_common Test for null input in the null input template code --- diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index daf1fa7..8d4fafe 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -132,7 +132,7 @@ <%def name="nulls_row(tab_index)"> - % if upload_nulls: + % if show_choice(pgwui, 'null'):