From 2a806b959da22b4cda1dee53220896c6ac948e5e Mon Sep 17 00:00:00 2001 From: Robin Goodall <rjg21@cam.ac.uk> Date: Fri, 29 Mar 2019 14:09:19 +0000 Subject: [PATCH] update jquery and select includes --- ucamlookup/templates/admin/auth/lookup_group/add_form.html | 6 +++--- ucamlookup/templates/admin/auth/lookup_user/add_form.html | 6 +++--- ucamlookup/templates/ucamlookup_headers.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ucamlookup/templates/admin/auth/lookup_group/add_form.html b/ucamlookup/templates/admin/auth/lookup_group/add_form.html index ab9c13e..fcf6276 100644 --- a/ucamlookup/templates/admin/auth/lookup_group/add_form.html +++ b/ucamlookup/templates/admin/auth/lookup_group/add_form.html @@ -5,13 +5,13 @@ {% block extrastyle %} {{ block.super }} - <link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}"> + <link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}"> {% endblock %} {% block extrahead %} {{ block.super }} - <script src="{% static 'jquery-1.11.1.min.js' %}"></script> - <script src="{% static 'select2-3.4.8/select2.min.js' %}"></script> + <script src="{% static 'jquery-3.3.1.min.js' %}"></script> + <script src="{% static 'select2-3.5.4/select2.min.js' %}"></script> {% endblock %} {% block form_top %} diff --git a/ucamlookup/templates/admin/auth/lookup_user/add_form.html b/ucamlookup/templates/admin/auth/lookup_user/add_form.html index 26d7576..b907383 100644 --- a/ucamlookup/templates/admin/auth/lookup_user/add_form.html +++ b/ucamlookup/templates/admin/auth/lookup_user/add_form.html @@ -5,13 +5,13 @@ {% block extrastyle %} {{ block.super }} - <link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}"> + <link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}"> {% endblock %} {% block extrahead %} {{ block.super }} - <script src="{% static 'jquery-1.11.1.min.js' %}"></script> - <script src="{% static 'select2-3.4.8/select2.min.js' %}"></script> + <script src="{% static 'jquery-3.3.1.min.js' %}"></script> + <script src="{% static 'select2-3.5.4/select2.min.js' %}"></script> {% endblock %} {% block form_top %} diff --git a/ucamlookup/templates/ucamlookup_headers.html b/ucamlookup/templates/ucamlookup_headers.html index 5e2308b..8951626 100644 --- a/ucamlookup/templates/ucamlookup_headers.html +++ b/ucamlookup/templates/ucamlookup_headers.html @@ -1,6 +1,6 @@ {% load static %} {% if jquery %} - <script src="{% static 'jquery-1.11.1.min.js' %}"></script> + <script src="{% static 'jquery-3.3.1.min.js' %}"></script> {% endif %} -<script src="{% static 'select2-3.4.8/select2.min.js' %}"></script> -<link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}"> \ No newline at end of file +<script src="{% static 'select2-3.5.4/select2.min.js' %}"></script> +<link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}"> -- GitLab