projects
/
pgwui_bulk_upload
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1913d3d
)
Put page heading in the base template
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:32 +0000
(11:42 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 16:42:32 +0000
(11:42 -0500)
src/pgwui_bulk_upload/templates/bulk_upload.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_bulk_upload/templates/bulk_upload.mak
b/src/pgwui_bulk_upload/templates/bulk_upload.mak
index 551ccea982a26f5818e47c9e3b215a88bdd18284..435dac7ca3f306b6b742f6492428439269a7507a 100644
(file)
--- a/
src/pgwui_bulk_upload/templates/bulk_upload.mak
+++ b/
src/pgwui_bulk_upload/templates/bulk_upload.mak
@@
-105,7
+105,9
@@
% endif
</%block>
-<h1>Upload Into Multiple Tables</h1>
+<%block name="page_heading" filter="trim">
+ Upload Into Multiple Tables
+</%block>
<%
tab_index = self.attr.TabIndex()