diff --git a/pinry/static/js/helpers.js b/pinry/static/js/helpers.js
index 2e18ce9..f22ad4c 100644
--- a/pinry/static/js/helpers.js
+++ b/pinry/static/js/helpers.js
@@ -42,13 +42,6 @@ $.ajaxSetup({
}
});
-
-function renderTemplate(templateId, context) {
- var template = Handlebars.compile($(templateId).html());
- return template(context);
-}
-
-
function cleanTags(tags) {
if (typeof tags === 'string' && tags.length > 0) {
tags = tags.split(/[\s,]+/);
diff --git a/pinry/templates/base.html b/pinry/templates/base.html
index b873ba8..76136e0 100644
--- a/pinry/templates/base.html
+++ b/pinry/templates/base.html
@@ -105,7 +105,6 @@
-
{% compress js %}