From f8bc3f5d714cfe2b1d1d1fdf0bba47e35cb4240a Mon Sep 17 00:00:00 2001 From: csitifr Date: Fri, 11 May 2012 17:10:34 +0530 Subject: small bug in the template corrected --- gstudio/templates/gstudio/nodetype_detail.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gstudio/templates') diff --git a/gstudio/templates/gstudio/nodetype_detail.html b/gstudio/templates/gstudio/nodetype_detail.html index 53fdbbe..d4e786b 100644 --- a/gstudio/templates/gstudio/nodetype_detail.html +++ b/gstudio/templates/gstudio/nodetype_detail.html @@ -248,9 +248,10 @@ {% endwith %} {% endblock %} - -{% if object.reftype == 'Objecttype' %} +

+ + Add Attributes: {% for i in object.getat %} {{ i }}; @@ -262,9 +263,10 @@ {% for i in object.getrt %} {{ i }}; {% endfor %} -{% endif %} -

+ +

+
-- cgit v1.1