File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,4 @@ <h1>Development <em>dashboard</em></h1>
14
14
< script src ="{% static "js /lib/jquery.min.js" %}"> </ script >
15
15
< script src ="{% static "js /lib/jquery.flot.min.js" %}"> </ script >
16
16
< script src ="{% static "js /dashboard/utils.js" %}"> </ script >
17
-
18
- {% block dashboard_javascript %}{% endblock %}
19
17
{% endblock %}
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ <h2><a href="{{ metric.link }}">{{ metric }}</a></h2>
13
13
</ div >
14
14
{% endblock %}
15
15
16
- {% block dashboard_javascript %}
16
+ {% block javascript %}
17
+ {{ block.super }}
18
+
17
19
< script src ="{% static "js /dashboard/detail.js" %}"> </ script >
18
20
{% endblock %}
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ <h3><a href="{{ report.metric.link }}">{{ report.metric.name }}</a></h3>
25
25
</ div >
26
26
{% endblock %}
27
27
28
- {% block dashboard_javascript %}
28
+ {% block javascript %}
29
+ {{ block.super }}
30
+
29
31
< script src ="{% static "js /dashboard/index.js" %}"> </ script >
30
32
{% endblock %}
You can’t perform that action at this time.
0 commit comments