Skip to content

Commit

Permalink
Update bootstrap used
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Feb 23, 2024
1 parent 0949da0 commit ab4059d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catalog/templates/base_generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
{% block title %}<title>Local Library</title>{% endblock %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Add additional CSS in static file -->
{% load static %}
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
Expand Down

0 comments on commit ab4059d

Please sign in to comment.