projects
/
pgwui_menu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70f8b9
)
Use static paths instead of static URLs to ease reverse-proxying
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 22:24:12 +0000
(17:24 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 22:24:12 +0000
(17:24 -0500)
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 f790ee419eb61681a619f4c1230089798e59d102..3c712b78b2a85f4412859a81898d02395b2c6d3e 100644
(file)
--- a/
src/pgwui_menu/templates/menu.mak
+++ b/
src/pgwui_menu/templates/menu.mak
@@
-47,7
+47,7
@@
<%block name="stylesheet_links">
${parent.stylesheet_links()}
<link rel="stylesheet"
- href="${request.static_
url
('pgwui_menu:static/pgwui_menu.css')}"
+ href="${request.static_
path
('pgwui_menu:static/pgwui_menu.css')}"
type="text/css" />
</%block>