Put page heading in the base template
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 5 Aug 2024 17:17:13 +0000 (12:17 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 5 Aug 2024 17:17:13 +0000 (12:17 -0500)
src/pgwui_logout/templates/logout.mak

index b4626a15d9b231ec755422b0e49a14375db07996..5964223bfcfbd0e019ea2e9bdc547cf0beb3effc 100644 (file)
@@ -40,7 +40,7 @@
         content="Logout from the PGWUI programs" />
 </%block>
 
-<h1>Logout</h1>
+<%block name="page_heading">Logout</%block>
 
 <p>You are now logged out from all the PostgreSQL Web User Interface
 (PGWUI) programs.</p>