We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Good spot, could you open a PR with the fix please?
Sorry, something went wrong.
No branches or pull requests
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:
It seems to work after the change.
The text was updated successfully, but these errors were encountered: