From 649579eccd6e99116dbae272e53dcec590899194 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Thu, 6 Jul 2017 10:18:51 -0700 Subject: [PATCH] Move jquery.form to layout.html This prevents it from getting loaded each time the details are viewed in a modal dialog. --- cps/templates/detail.html | 1 - cps/templates/layout.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 1d6efe0e..ba521f37 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -235,7 +235,6 @@ {% endblock %} {% block js %} - + {% block header %}{% endblock %}