From e0ffee295d74c52a4e253e006ae2b228244b9aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Wed, 27 Nov 2019 14:29:41 +0100 Subject: [PATCH 1/2] Fix static urls for multiple-select --- kfet/templates/kfet/account_group_form.html | 4 ++-- kfet/templates/kfet/history.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kfet/templates/kfet/account_group_form.html b/kfet/templates/kfet/account_group_form.html index a6faf8c5..5e240649 100644 --- a/kfet/templates/kfet/account_group_form.html +++ b/kfet/templates/kfet/account_group_form.html @@ -3,8 +3,8 @@ {% load widget_tweaks %} {% block extra_head %} - - + + {% endblock %} {% block title %}Permissions - Édition{% endblock %} diff --git a/kfet/templates/kfet/history.html b/kfet/templates/kfet/history.html index 6e61540f..ae63358e 100644 --- a/kfet/templates/kfet/history.html +++ b/kfet/templates/kfet/history.html @@ -2,8 +2,8 @@ {% load l10n staticfiles widget_tweaks %} {% block extra_head %} - - + + {{ filter_form.media }} From 61efded673409ee997df4114ea47d55be3fc4064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Wed, 27 Nov 2019 15:46:50 +0100 Subject: [PATCH 2/2] Remove unused references to multiple-select.* --- kfet/templates/kfet/account_group_form.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kfet/templates/kfet/account_group_form.html b/kfet/templates/kfet/account_group_form.html index 5e240649..b309d838 100644 --- a/kfet/templates/kfet/account_group_form.html +++ b/kfet/templates/kfet/account_group_form.html @@ -2,11 +2,6 @@ {% load staticfiles %} {% load widget_tweaks %} -{% block extra_head %} - - -{% endblock %} - {% block title %}Permissions - Édition{% endblock %} {% block header-title %}Modification des permissions{% endblock %}