Skip to content
Snippets Groups Projects
Commit 5502d09b authored by Roang's avatar Roang
Browse files

Fix typo in the path to the bootstrap-icons

parent 99cccd17
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
href="{% static 'vendor/bootstrap5/bootstrap.min.css' %}"> href="{% static 'vendor/bootstrap5/bootstrap.min.css' %}">
<link rel="stylesheet" <link rel="stylesheet"
type="text/css" 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' %}"> <link rel="stylesheet" type="text/css" href="{% static 'backoffice.css' %}">
{% if uses_map %} {% if uses_map %}
{% include "core/map_header.html" %} {% include "core/map_header.html" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment