From c7e656968b2a72263429f0832e21cdb0f22fa240 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 2 Aug 2024 11:42:46 -0500 Subject: [PATCH] Put page heading in the base template --- src/pgwui_copy/templates/copy.mak | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"> -- 2.34.1