Skip to content

Commit dd7c7e9

Browse files
committed
add media render calls to dashboard.html template
1 parent a439bc7 commit dd7c7e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dashboards/templates/dashboards/dashboard.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
{% block dashboards_js %}
66
{{ block.super }}
77
{% include "dashboards/includes/static/js.html" %}
8+
<!-- dashboard defined js -->
9+
{{ dashboard.media.js.render }}
10+
<!-- end dashboard defined js -->
811
{% endblock %}
912

1013
{% block dashboards_style %}
1114
{{ block.super }}
12-
{% include "dashboards/includes/static/style.html" %}
15+
<!-- dashboard defined css -->
16+
{{ dashboard.media.css.render }}
17+
<!-- end dashboard defined css -->
1318
{% endblock %}
1419

1520
{% block content %}

0 commit comments

Comments
 (0)