From 04f1a3ffa2b83e2849d7e3f7902de0309cf7443c Mon Sep 17 00:00:00 2001 From: supriya Date: Mon, 11 Jun 2012 16:24:50 +0530 Subject: Gnowmacs editor added to gnowsys-studio --- gstudio/templates/gstudio/nodetype_detail.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 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 0c777b5..e016108 100644 --- a/gstudio/templates/gstudio/nodetype_detail.html +++ b/gstudio/templates/gstudio/nodetype_detail.html @@ -186,9 +186,29 @@ {% endfor %}
{% endif %} - {% if object.content %} - Content:{{object_content}} + {% if object.content %} + + Content: + + + + + + + {{object_content}}
+ + {% else %} + + Content: + + + + + + {{object_content}}
+ {% endif %} +