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 ++++++++++++++++-- gstudio/templates/gstudio/skeleton.html | 35 +++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 3 deletions(-) (limited to 'gstudio/templates') 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 %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% block extrahead %}{% endblock %} @@ -150,7 +181,9 @@ {% endblock %} - +
+
+
-- cgit v1.1