From 5502d09b113fc40cdb7ba1f84e95235393b064e0 Mon Sep 17 00:00:00 2001 From: Lucas Brandstaetter <lucas@brandstaetter.tech> Date: Sun, 3 Nov 2024 01:05:01 +0100 Subject: [PATCH] Fix typo in the path to the bootstrap-icons --- src/backoffice/templates/backoffice/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backoffice/templates/backoffice/base.html b/src/backoffice/templates/backoffice/base.html index c214f0479..dd5eff6c5 100644 --- a/src/backoffice/templates/backoffice/base.html +++ b/src/backoffice/templates/backoffice/base.html @@ -15,7 +15,7 @@ href="{% static 'vendor/bootstrap5/bootstrap.min.css' %}"> <link rel="stylesheet" type="text/css" - href="{% static 'vendot/bootstrap-icons/bootstrap-icons.min.css' %}"> + href="{% static 'vendor/bootstrap-icons/bootstrap-icons.min.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'backoffice.css' %}"> {% if uses_map %} {% include "core/map_header.html" %} -- GitLab