Skip to content

Commit 237fe8c

Browse files
authored
Merge pull request tobami#277 from Kami/fix_static_path
Use a correct path to the static file (fix issue with /timeline page not loading)
2 parents 3372375 + 17af840 commit 237fe8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/templates/codespeed/timeline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{% block extra_head %}
88
{{ block.super }}
9-
<link rel="stylesheet" type="text/css" href="{% static '/css/timeline.css' %}" />
9+
<link rel="stylesheet" type="text/css" href="{% static 'css/timeline.css' %}" />
1010
<link rel="stylesheet" type="text/css" href="{% static 'js/jqplot/jquery.jqplot.min.css' %}" />
1111
{% endblock %}
1212

0 commit comments

Comments
 (0)