Skip to content

Commit

Permalink
Merge pull request #6 from Fer-Bar/feature/upgraded-bootstrap-version
Browse files Browse the repository at this point in the history
Upgraded Bootstrap Version 5.2.3 to 5.3.3
  • Loading branch information
enrker authored Apr 12, 2024
2 parents eb748a5 + 55f3d83 commit 85fc855
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions albercan_backend/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<title>{% block title %}AlberCan{% endblock %}</title>

<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous">
<!-- FontAwesome -->
<script src="https://kit.fontawesome.com/31b739dec4.js" crossorigin="anonymous"></script>
Expand All @@ -34,8 +34,9 @@
</main>
{% block scripts %}{% endblock %}
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous">
</script>
</body>
</html>

0 comments on commit 85fc855

Please sign in to comment.