Skip to content

Commit 6a385b2

Browse files
authored
Merge pull request tobami#217 from mwatts15/master
Including block.super in timeline extra_head
2 parents 012a5b5 + a60a561 commit 6a385b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codespeed/templates/codespeed/timeline.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}{{ block.super }}: Timeline{% endblock %}
44

55
{% block extra_head %}
6+
{{ block.super }}
67
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}js/jqplot/jquery.jqplot.min.css" />
78
{% endblock %}
89

0 commit comments

Comments
 (0)