From: Karl O. Pinc Date: Fri, 2 Aug 2024 16:42:46 +0000 (-0500) Subject: Put page heading in the base template X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=c7e656968b2a72263429f0832e21cdb0f22fa240;p=pgwui_copy Put page heading in the base template --- diff --git a/src/pgwui_copy/templates/copy.mak b/src/pgwui_copy/templates/copy.mak index 1321ef4..3e3886e 100644 --- a/src/pgwui_copy/templates/copy.mak +++ b/src/pgwui_copy/templates/copy.mak @@ -157,7 +157,9 @@ <% tab_index.inc() %> -

Copy A Schema Between Databases

+<%block name="page_heading" filter="trim"> + Copy A Schema Between Databases + <%def name="table_rows(tab_index)"> <%parent:table_rows tab_index="${tab_index}" args="tab_index">