From 176cd84e7bb1db4d8c12ce38417bcec06a399dc9 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 13 Oct 2017 10:07:20 +0200 Subject: [PATCH] Consistently load jquery from our own copy Also consistently load the same version of jquery, so browsers only have to cache one. --- templates/base/form.html | 2 +- templates/featurematrix/featurematrix.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base/form.html b/templates/base/form.html index dd6e23ed..958fe2b1 100644 --- a/templates/base/form.html +++ b/templates/base/form.html @@ -45,7 +45,7 @@ {% block extrahead %} {{ block.super }} {%if toggle_fields or jquery %} - + {%endif%} {%if markdownfields%} diff --git a/templates/featurematrix/featurematrix.html b/templates/featurematrix/featurematrix.html index 78e9e46a..059e35b8 100644 --- a/templates/featurematrix/featurematrix.html +++ b/templates/featurematrix/featurematrix.html @@ -1,7 +1,7 @@ {%extends "base/page.html"%} {%block title%}Feature Matrix{%endblock%} {%block extrahead%} - +