Skip to content

Commit 17af840

Browse files
committed
Fix path to the css/timeline.css static file.
1 parent 3372375 commit 17af840

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)