8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7a874 commit 001db73Copy full SHA for 001db73
trac-env/templates/django_theme.html
@@ -34,18 +34,19 @@
34
# if resourcepath_template:
35
# include resourcepath_template ignore missing
36
# endif
37
+
38
+ # if chrome.ctxtnav:
39
<div id="ctxtnav" class="nav">
40
<h2>${_("Context Navigation")}</h2>
- # if chrome.ctxtnav:
41
<ul>
42
# for elm in chrome.ctxtnav:
43
<li ${{'class': {'first': loop.first, 'last': loop.last}}|htmlattr}>${
44
elm}</li>
45
# endfor
46
</ul>
- # endif
47
<hr />
48
</div>
49
+ # endif
50
51
${jmacros.warnings(chrome.warnings)}
52
0 commit comments