Skip to content

Commit a44591f

Browse files
committed
use local bootstrap for tests
1 parent 88ba295 commit a44591f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/test_app/templates/bootstrap_form.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}" />
10-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
11-
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
12-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
13-
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
14-
crossorigin="anonymous"></script>
10+
{% bootstrap_css %}
11+
{% bootstrap_javascript %}
1512
<title>ReactPy</title>
1613
<style>
1714
iframe {

0 commit comments

Comments
 (0)