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.
2 parents 04c59f0 + 7111ebd commit d22a7ccCopy full SHA for d22a7cc
app/templates/_base.html
@@ -17,7 +17,8 @@
17
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
18
<!-- CSS -->
19
<link rel="stylesheet" href="{% static 'css/base.css' %}">
20
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
+ {% comment %} <link rel="stylesheet" href="{% static 'css/bootstrap-icons/font/bootstrap-icons.css' %}"> {% endcomment %}
21
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
22
{% block styles %}{% endblock styles %}
23
</head>
24
<body>
0 commit comments