git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor correction to EmbedWidget.js to handle window names with dashes.
[philo.git]
/
docs
/
tutorials
/
shipherd.rst
diff --git
a/docs/tutorials/shipherd.rst
b/docs/tutorials/shipherd.rst
index
3454ef2
..
914a6bb
100644
(file)
--- a/
docs/tutorials/shipherd.rst
+++ b/
docs/tutorials/shipherd.rst
@@
-41,7
+41,7
@@
All you need to do now is show the navigation in the template! This is quite eas
<ul>
{% recursenavigation node "main" %}
<li{% if navloop.active %} class="active"{% endif %}>
<ul>
{% recursenavigation node "main" %}
<li{% if navloop.active %} class="active"{% endif %}>
- {{ item.text }}
+ <a href="{{ item.get_target_url }}">{{ item.text }}</a>
</li>
{% endrecursenavigation %}
</ul>
</li>
{% endrecursenavigation %}
</ul>