Skip to content

Commit bb58bcd

Browse files
committed
Fix issue zostera#204
1 parent c6bb055 commit bb58bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_bootstrap5/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"crossorigin": "anonymous",
1111
},
1212
"javascript_url": {
13-
"url": "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.j",
13+
"url": "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js",
1414
"integrity": "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p",
1515
"crossorigin": "anonymous",
1616
},

0 commit comments

Comments
 (0)