summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/nodetype_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/nodetype_detail.html')
-rw-r--r--gstudio/templates/gstudio/nodetype_detail.html23
1 files changed, 8 insertions, 15 deletions
diff --git a/gstudio/templates/gstudio/nodetype_detail.html b/gstudio/templates/gstudio/nodetype_detail.html
index f5740ea..34ac7e2 100644
--- a/gstudio/templates/gstudio/nodetype_detail.html
+++ b/gstudio/templates/gstudio/nodetype_detail.html
@@ -107,18 +107,7 @@
</span>{% if not forloop.last %}, {% endif %}
{% endfor %} <br/>
- {% if object.get_rendered_nbh.siblings %}
-
-
- <b>Siblings:<nbsp> </b>
-
- {% for sibkey,sibvalue in object.get_rendered_nbh.siblings.items %}
- {{sibkey}};
- <!--
- <a href="{{sibvalue}}">{{sibkey}}</a>;
- -->
- {% endfor %} <br/>
- {% endif %}
+
{% if object.get_rendered_nbh.priornodes %}
@@ -190,14 +179,18 @@
{% endfor %} <br/>
{% endif %}
-
-
+ {% if object.content %}
+ <b>Content:<nbsp></b>{{object_content}}
+ {% endif %}
+
{% endwith %}
{% endblock %}
-
+ <div class="nodetype-content">
+
+ </div>
{% block nodetype-widgets %}
<div class="nodetype-widgets span-16 last"> {% with object.next_nodetype as next_nodetype %}