]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Updated dependencies
[pcdenotes.git] / notes / templates / note_base.html
index d1c4bed1410f954cb3ff1a0c06e6e23f85149359..11112df83fcae11d9487c4cf4e292b34b442d37c 100644 (file)
@@ -7,8 +7,7 @@
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <link href="{% static "notes/style.css" %}" rel="stylesheet">
-  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
-  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
+  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
 </head>
 <body class="d-flex flex-column min-vh-100">
 
@@ -46,5 +45,6 @@
       Powered by <a href="https://github.com/pcanterino/pcdenotes">PCDENotes</a>
     </div>
   </footer>
+  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de