add explicit double-inclusion of jquery so it's sorted correctly (#55469)

This commit is contained in:
Frédéric Péters 2021-07-08 12:09:43 +02:00
parent 42b9781ee0
commit 6db9543c08
1 changed files with 5 additions and 2 deletions

View File

@ -15,14 +15,16 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import re
import requests
import time
from urllib.parse import urljoin
from django import forms
from django.conf import settings
from django.utils.translation import ugettext_lazy as _
import re
import requests
from gadjo.templatetags.gadjo import xstatic
class NrnField(forms.CharField):
@ -43,6 +45,7 @@ class DateWidget(forms.TextInput):
class Media:
css = {'all': ('authentic2_auth_fedict/css/datetimepicker.css',)}
js = (
xstatic('jquery', 'jquery.min.js'),
'authentic2_auth_fedict/js/bootstrap-datetimepicker.js',
'authentic2_auth_fedict/js/bootstrap-datetimepicker.fr.js',
'authentic2_auth_fedict/js/support.js',