projects
/
pgwui_menu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1605f
)
Change route name from "home" to "pgwui_home"
author
Karl O. Pinc
<kop@karlpinc.com>
Sat, 21 Nov 2020 21:06:43 +0000
(15:06 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sat, 21 Nov 2020 21:06:43 +0000
(15:06 -0600)
src/pgwui_menu/templates/menu.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_menu/templates/menu.mak
b/src/pgwui_menu/templates/menu.mak
index 93372714f33206829132ed11c8dced4fac0017ab..5f8ff9c9541ed7c6cc54b00a8fbf26b45b88d6dd 100644
(file)
--- a/
src/pgwui_menu/templates/menu.mak
+++ b/
src/pgwui_menu/templates/menu.mak
@@
-51,7
+51,7
@@
<%def name="navbar()">
<p class="navbar">
- <a href="${pgwui['routes']['home']}">HOME</a>
+ <a href="${pgwui['routes']['
pgwui_
home']}">HOME</a>
% if 'pgwui_logout' in pgwui['routes']:
| <a href="${pgwui['routes']['pgwui_logout']}">Logout</a>
% endif