From 7c8de00658f9118471d3ebc7bfcd6c28a9dab57a Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sat, 10 Mar 2012 00:57:53 -0500 Subject: [PATCH] Working on edit --- .../snipts/snipt-edit-js-template.html | 44 +++++++ .../templates/snipts/snipt-js-template.html | 77 +++++++++++ templates/base.html | 123 +----------------- 3 files changed, 126 insertions(+), 118 deletions(-) create mode 100644 snipts/templates/snipts/snipt-edit-js-template.html create mode 100644 snipts/templates/snipts/snipt-js-template.html diff --git a/snipts/templates/snipts/snipt-edit-js-template.html b/snipts/templates/snipts/snipt-edit-js-template.html new file mode 100644 index 0000000..3bb6616 --- /dev/null +++ b/snipts/templates/snipts/snipt-edit-js-template.html @@ -0,0 +1,44 @@ +{% load verbatim %} + +{% verbatim %} + +{% endverbatim %} diff --git a/snipts/templates/snipts/snipt-js-template.html b/snipts/templates/snipts/snipt-js-template.html new file mode 100644 index 0000000..c3b902b --- /dev/null +++ b/snipts/templates/snipts/snipt-js-template.html @@ -0,0 +1,77 @@ +{% load verbatim %} + +{% verbatim %} + + + + +{% endverbatim %} diff --git a/templates/base.html b/templates/base.html index b2eaeaa..c983842 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load compress verbatim %} +{% load compress %} @@ -233,123 +233,10 @@ {% if has_snipts %} - {% verbatim %} - - - - - - {% endverbatim %} + {% endif %} {% if not debug %}