Skip to content

Commit 5983d27

Browse files
committed
Updated static files to BS-v5 & added popper.js
1 parent 7623243 commit 5983d27

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

rest_framework/static/rest_framework/css/bootstrap-theme.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

rest_framework/static/rest_framework/css/bootstrap.min.css

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rest_framework/static/rest_framework/css/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rest_framework/static/rest_framework/js/bootstrap.min.js

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rest_framework/static/rest_framework/js/bootstrap.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rest_framework/templates/rest_framework/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ <h1>{{ name }}</h1>
296296
<script src="{% static "rest_framework/js/jquery-3.5.1.min.js" %}"></script>
297297
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
298298
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
299+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
299300
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
300301
<script src="{% static "rest_framework/js/prettify-min.js" %}"></script>
301302
<script src="{% static "rest_framework/js/default.js" %}"></script>

0 commit comments

Comments
 (0)