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/popper.js@1.16.0/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)