Put page heading in the base template
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:46 +0000 (11:42 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:46 +0000 (11:42 -0500)
src/pgwui_copy/templates/copy.mak

index 1321ef467ffdfad47eb00e1a74f5248196f988a5..3e3886edc4fff89292019e6927cdc94fd7d805fb 100644 (file)
   <% tab_index.inc() %>
 </%def>
 
-<h1>Copy A Schema Between Databases</h1>
+<%block name="page_heading" filter="trim">
+  Copy A Schema Between Databases
+</%block>
 
 <%def name="table_rows(tab_index)">
   <%parent:table_rows tab_index="${tab_index}" args="tab_index">