We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a439bc7 commit dd7c7e9Copy full SHA for dd7c7e9
dashboards/templates/dashboards/dashboard.html
@@ -5,11 +5,16 @@
5
{% block dashboards_js %}
6
{{ block.super }}
7
{% include "dashboards/includes/static/js.html" %}
8
+<!-- dashboard defined js -->
9
+{{ dashboard.media.js.render }}
10
+<!-- end dashboard defined js -->
11
{% endblock %}
12
13
{% block dashboards_style %}
14
-{% include "dashboards/includes/static/style.html" %}
15
+<!-- dashboard defined css -->
16
+{{ dashboard.media.css.render }}
17
+<!-- end dashboard defined css -->
18
19
20
{% block content %}
0 commit comments