From 6d7c90142f6cd3f08e0ee28216392c421711a209 Mon Sep 17 00:00:00 2001 From: Dhiru Date: Sat, 16 Jun 2012 18:38:21 +0530 Subject: cleaned up the interface, search and rss feeds in the header, home page, third column removed, versions as a series of '+' marks below the title. --- gstudio/templates/gstudio/nodetype_detail.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gstudio/templates/gstudio/nodetype_detail.html') diff --git a/gstudio/templates/gstudio/nodetype_detail.html b/gstudio/templates/gstudio/nodetype_detail.html index e016108..ee7cfcb 100644 --- a/gstudio/templates/gstudio/nodetype_detail.html +++ b/gstudio/templates/gstudio/nodetype_detail.html @@ -41,6 +41,21 @@ [edit] +
+ + + + + {% for sid in object.ref.get_ssid %} + + + +   + + {% endfor %} + +
+ +
{% with object.html_content|safe as object_content %} @@ -185,6 +200,9 @@ {{atkey}}; {% endfor %}
{% endif %} + + + {% if object.content %} @@ -350,6 +368,8 @@ {% endif %} {% endblock %} +
+ {% block nodetype-comments %}
-- cgit v1.1