summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/skeleton.html
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-08-24 02:50:07 -0700
committergnowgi <nagarjun@gnowledge.org>2012-08-24 02:50:07 -0700
commit85f7d716309b79fb1f46dc887897a127017841cb (patch)
tree9848807d229bbd722d623202a3c5c464464276f6 /gstudio/templates/gstudio/skeleton.html
parent02b3d1e20002f4388734e62b6d1afbff5b383ba3 (diff)
parent11b4650894021919a60da396de6bf4dd00b68551 (diff)
downloadgnowsys-85f7d716309b79fb1f46dc887897a127017841cb.tar.gz
Merge pull request #83 from Dhiru/master
modification done in image, video, document and home page
Diffstat (limited to 'gstudio/templates/gstudio/skeleton.html')
-rw-r--r--gstudio/templates/gstudio/skeleton.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/gstudio/templates/gstudio/skeleton.html b/gstudio/templates/gstudio/skeleton.html
index 176b0b3..cddc112 100644
--- a/gstudio/templates/gstudio/skeleton.html
+++ b/gstudio/templates/gstudio/skeleton.html
@@ -380,7 +380,7 @@
<textarea id="gnoweditor" style="visibility:hidden;">
</textarea>
-
+ {% block graph %}
<div id="graphcss">
<div id="chart">
@@ -812,6 +812,7 @@ return relations;
</script>
</div>
+ {% endblock %}
</div>
@@ -831,3 +832,4 @@ return relations;
</body>
</html>
+