Fix node not found rendering.
This commit is contained in:
parent
b6beaacdb3
commit
a95b5d8d0b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Try listing all <a href="/nodes">nodes</a> or perhaps <a href="/search">search</
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if node %}
|
{% if node.subnodes %}
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<span class="node-header"><strong>Node</strong> <a href="/node/{{node.uri}}">[[{{node.uri}}]]</a></span>
|
<span class="node-header"><strong>Node</strong> <a href="/node/{{node.uri}}">[[{{node.uri}}]]</a></span>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue