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

Form template is missing {{form.media}} #26

@petasis

Description

@petasis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions