summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/NewSection1.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/NewSection1.html')
-rw-r--r--gstudio/templates/gstudio/NewSection1.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/NewSection1.html b/gstudio/templates/gstudio/NewSection1.html
index 01cd3d9..daf29bc 100644
--- a/gstudio/templates/gstudio/NewSection1.html
+++ b/gstudio/templates/gstudio/NewSection1.html
@@ -1,6 +1,11 @@
{% extends "gstudio/base.html" %}
{% block content %}
+<script src="http://code.jquery.com/jquery-latest.js"></script>
+ <script type="text/javascript" >
+ $(window).load(function() {
+ $("#save").hide();});
+</script>
<h1>Add a new Section</h1>
{% if errors %}
<ul>