]> git.p6c8.net - pcdenotes.git/commitdiff
Updated Bootstrap to 5.2.3
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 3 Dec 2022 12:55:23 +0000 (13:55 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 3 Dec 2022 12:55:23 +0000 (13:55 +0100)
notes/templates/note_base.html

index 0a0bcdd511ae15a852c1876a1917fd4f46d2776f..11112df83fcae11d9487c4cf4e292b34b442d37c 100644 (file)
@@ -7,7 +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">
   <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.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
+  <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">
 
 </head>
 <body class="d-flex flex-column min-vh-100">
 
@@ -45,6 +45,6 @@
       Powered by <a href="https://github.com/pcanterino/pcdenotes">PCDENotes</a>
     </div>
   </footer>
       Powered by <a href="https://github.com/pcanterino/pcdenotes">PCDENotes</a>
     </div>
   </footer>
-  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
+  <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
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de