From 15c2f2561c23a656d792003b089e28ecc500b720 Mon Sep 17 00:00:00 2001 From: csitifr Date: Fri, 11 May 2012 17:31:37 +0530 Subject: small error in reftype and nodetype_detail.html corrected --- gstudio/templates/gstudio/nodetype_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 d4e786b..7947e58 100644 --- a/gstudio/templates/gstudio/nodetype_detail.html +++ b/gstudio/templates/gstudio/nodetype_detail.html @@ -248,10 +248,10 @@ {% endwith %} {% endblock %} +

- - +{% if object.reftype == 'Objecttype' %} Add Attributes: {% for i in object.getat %} {{ i }}; @@ -263,7 +263,7 @@ {% for i in object.getrt %} {{ i }}; {% endfor %} - +{% endif %}

-- cgit v1.1