Skip to content

Commit d22a7cc

Browse files
author
Nik Sauer
committed
2 parents 04c59f0 + 7111ebd commit d22a7cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/templates/_base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
1818
<!-- CSS -->
1919
<link rel="stylesheet" href="{% static 'css/base.css' %}">
20-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
20+
{% 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">
2122
{% block styles %}{% endblock styles %}
2223
</head>
2324
<body>

0 commit comments

Comments
 (0)