We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ba295 commit a44591fCopy full SHA for a44591f
tests/test_app/templates/bootstrap_form.html
@@ -7,11 +7,8 @@
7
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}" />
10
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
11
- integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
12
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
13
- integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
14
- crossorigin="anonymous"></script>
+ {% bootstrap_css %}
+ {% bootstrap_javascript %}
15
<title>ReactPy</title>
16
<style>
17
iframe {
0 commit comments