projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071e009
)
Use static paths instead of static URLs to ease reverse-proxying
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 22:48:00 +0000
(17:48 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 22:48:00 +0000
(17:48 -0500)
src/pgwui_common/templates/base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/base.mak
b/src/pgwui_common/templates/base.mak
index a147e9aba70a8d79f14a16e9b435b9006f3a3163..92619ecb88d7476abe900c29f0be9755b7d7ef51 100644
(file)
--- a/
src/pgwui_common/templates/base.mak
+++ b/
src/pgwui_common/templates/base.mak
@@
-48,7
+48,7
@@
<%block name="meta_description" />
<%block name="stylesheet_links">
<link rel="stylesheet"
- href="${request.static_
url
('pgwui_common:static/pgwui.css')}"
+ href="${request.static_
path
('pgwui_common:static/pgwui.css')}"
type="text/css" />
</%block>
</head>