diff --git a/app/templates/subnode.html b/app/templates/subnode.html index dc61a865a..455f0b8d3 100644 --- a/app/templates/subnode.html +++ b/app/templates/subnode.html @@ -17,6 +17,7 @@ {% extends "base.html" %} {% block content %} +{% if node %} {% if not subnode and not node.subnodes %}
No subnodes matching your query. @@ -24,6 +25,7 @@ No subnodes matching your query. Try going up to node [[{{node.uri}}]] or perhaps search.
{% endif %} +{% endif %} {% if node %}