Remove unused references to multiple-select.*

This commit is contained in:
Martin Pépin 2019-11-27 15:46:50 +01:00
parent e0ffee295d
commit 61efded673
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -2,11 +2,6 @@
{% load staticfiles %}
{% load widget_tweaks %}
{% block extra_head %}
<link rel="stylesheet" text="text/css" href="{% static 'kfet/vendor/multiple-select/multiple-select.css' %}">
<script src="{% static 'kfet/vendor/multiple-select/multiple-select.js' %}"></script>
{% endblock %}
{% block title %}Permissions - Édition{% endblock %}
{% block header-title %}Modification des permissions{% endblock %}