Skip to content

Commit

Permalink
Fix error 404 on CSS in 2.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chatewgne committed Oct 21, 2021
1 parent 3966a3b commit 1045d16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static %}
{# loaded by MapEntity, used to inject custom CSS at project level #}
{# Extract reference points styling #}
<link rel="stylesheet" href="{% static "common/css/style.css" %}" />
<link rel="stylesheet" href="{% static "common/css/points_reference.css" %}" />

0 comments on commit 1045d16

Please sign in to comment.