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] 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 }}