Skip to content

Commit 747c49a

Browse files
author
Daniel Schlich
committed
Update to Bootstrap 5.3.8
1 parent aa5d6cf commit 747c49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- [django 6.0](https://docs.djangoproject.com/en/6.0/)
3232
- [gunicorn 2.25](https://gunicorn.org/)
3333
- [icalevents 0.3](https://github.com/jazzband/icalevents)
34-
- [jQuery 4.0](https://api.jquery.com/category/version/3.7/)
34+
- [jQuery 4.0](https://api.jquery.com/category/version/4.0/)
3535
- [nginx 1.29](https://nginx.org/)
3636
- [orjson 3.11](https://github.com/ijl/orjson)
3737
- [Pillow (PIL Fork) 12](https://pillow.readthedocs.io/en/stable/installation.html)#

web/creator/templates/master.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
</footer>
5757
</div>
5858

59-
<script src="{% static 'bootstrap-5.3.7-dist/js/bootstrap.bundle.min.js' %}"></script>
59+
<script src="{% static 'bootstrap-5.3.8-dist/js/bootstrap.bundle.min.js' %}"></script>
6060
</body>
6161
</html>

0 commit comments

Comments
 (0)