From 39bb10a24ae567a803cb73635df7d7600ba25e5a Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Thu, 16 May 2013 17:35:56 -0400 Subject: [PATCH] Only load jquery.validate where we need it (imported from commit 9c6bcb95932c70bf7a8b34733d9ffacab971f33c) --- templates/zephyr/base.html | 1 - templates/zephyr/index.html | 1 + templates/zephyr/portico_signup.html | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zephyr/base.html b/templates/zephyr/base.html index 0027a1e325..7d77ecabdc 100644 --- a/templates/zephyr/base.html +++ b/templates/zephyr/base.html @@ -21,7 +21,6 @@ {# We need to import jQuery before Bootstrap #} - {% compressed_js 'common' %} {% block customhead %} diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index fe47b177bf..f572a5d799 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -11,6 +11,7 @@ {% compressed_css 'app' %} + diff --git a/templates/zephyr/portico_signup.html b/templates/zephyr/portico_signup.html index 78fa5d53a9..d38ee07abc 100644 --- a/templates/zephyr/portico_signup.html +++ b/templates/zephyr/portico_signup.html @@ -6,5 +6,6 @@ {% block customhead %} {{ block.super }} + {% compressed_js 'signup' %} {% endblock %}