From: Karl O. Pinc Date: Fri, 2 Aug 2024 16:42:32 +0000 (-0500) Subject: Put page heading in the base template X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=3b735fa0dea47c67e7193b04d4be67be0ee1f51b;p=pgwui_bulk_upload Put page heading in the base template --- diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 551ccea..435dac7 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -105,7 +105,9 @@ % endif -

Upload Into Multiple Tables

+<%block name="page_heading" filter="trim"> + Upload Into Multiple Tables + <% tab_index = self.attr.TabIndex()