summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/NewPage.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/NewPage.html')
-rw-r--r--gstudio/templates/gstudio/NewPage.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/NewPage.html b/gstudio/templates/gstudio/NewPage.html
index ac87a10..b73b0dc 100644
--- a/gstudio/templates/gstudio/NewPage.html
+++ b/gstudio/templates/gstudio/NewPage.html
@@ -1,6 +1,12 @@
{%extends "gstudio/base.html"%}
{%load i18n %}
{% block content %}
+<script src="http://code.jquery.com/jquery-latest.js"></script>
+ <script type="text/javascript" >
+ $(window).load(function() {
+ $("#save1").hide();});
+</script>
+
{%if user.is_authenticated%}
{% if errors %}
<ul>