summaryrefslogtreecommitdiff
path: root/gstudio/templates
diff options
context:
space:
mode:
authorcsitifr <csitifr@gmail.com>2012-05-11 17:10:34 +0530
committercsitifr <csitifr@gmail.com>2012-05-11 17:10:34 +0530
commitf8bc3f5d714cfe2b1d1d1fdf0bba47e35cb4240a (patch)
tree53a2601bfa4f10e1da3b051438ba577f78a23a5c /gstudio/templates
parent6508991eeb7ffe4bccfa0dd5acf4809f681bc7fc (diff)
downloadgnowsys-f8bc3f5d714cfe2b1d1d1fdf0bba47e35cb4240a.tar.gz
small bug in the template corrected
Diffstat (limited to 'gstudio/templates')
-rw-r--r--gstudio/templates/gstudio/nodetype_detail.html10
1 files changed, 6 insertions, 4 deletions
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' %}
+<!-- Dynamic form begins -->
<p>
+
+
<b>Add Attributes:</b>
{% for i in object.getat %}
<a href="{{ get_absolute_url }}/objects/dynamicAttribute/save/{{ i }}/{{ object.title }}">{{ i }}</a><nbsp>;
@@ -262,9 +263,10 @@
{% for i in object.getrt %}
<a href="{{ get_absolute_url }}/objects/dynamicRelation/displaymem/{{ i }}/{{ object.title }}">{{ i }}</a><nbsp>;
{% endfor %}
-{% endif %}
-</p>
+
+</p>
+<!-- Dyanic form ends -->
<div class="nodetype-content">
</div>