projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169db96
)
Oops, remove debugging code
author
Magnus Hagander
<magnus@hagander.net>
Fri, 29 Jun 2018 17:16:31 +0000
(19:16 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 29 Jun 2018 17:16:31 +0000
(19:16 +0200)
templates/base/esi.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/base/esi.html
b/templates/base/esi.html
index 1f049704047f9c09567e4856ca70caf9329a673b..90acecab4a801209950759e776b0c808c1834120 100644
(file)
--- a/
templates/base/esi.html
+++ b/
templates/base/esi.html
@@
-1,3
+1,3
@@
-{%if do_esi %}<esi:include src="{{includepage}}/
xx
"/>{%else%}
+{%if do_esi %}<esi:include src="{{includepage}}/"/>{%else%}
{%include "pages"|add:includepage|add:".html"%}
{%endif%}