This repository was archived by the owner on May 21, 2025. It is now read-only.

Description
Hi all,
If you use a form, which has a custom field widget, and this widget has additional JS/CSS files, these files are not included in the HTML source.
I modified slightly templates/dashboards/components/form/form.html like this:
{% load dashboards %}
{% block dashboards_form_media %}
<!-- form media dashboards_form_media -->
{{ rendered_value.form.media }}
{% endblock dashboards_form_media %}
{% spaceless %}
It seems to work after the change.