projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f3cc59
)
Adjust heading based on logged-in status
author
Karl O. Pinc
<kop@karlpinc.com>
Thu, 26 Sep 2024 15:10:56 +0000
(10:10 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Thu, 26 Sep 2024 15:10:56 +0000
(10:10 -0500)
src/pgwui_sql/templates/sql.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/templates/sql.mak
b/src/pgwui_sql/templates/sql.mak
index de4970f3ec61ef0c904e910b775030f95f176721..2266cbd9846fe92645c87e1d7a3a768cfdbc51a7 100644
(file)
--- a/
src/pgwui_sql/templates/sql.mak
+++ b/
src/pgwui_sql/templates/sql.mak
@@
-92,7
+92,11
@@
</%block>
<%block name="page_heading">
- Execute SQL
+ % if havecreds:
+ Executed SQL
+ % else:
+ Login to Execute SQL
+ % endif
</%block>
<%def name="render_heading(headings)">