Skip to content

No use of default rendering? #74

@ddahan

Description

@ddahan

Django version : 4.1

I used a MultiModelForm and everything seems to work, except that it does not use the right rendering engine.

My project is configured in settings.py with :

# https://docs.djangoproject.com/en/dev/ref/settings/#form-renderer
FORM_RENDERER = "django.forms.renderers.TemplatesSetting"

That way, any normal Django Form or ModelForm object is rendered, using the template found in django/forms/default.html (what I want).

But I don't get that behaviour using a MultiModelForm, it seems it uses a as_table() Django rendering.
How should I configure my project sothat all forms (django and multiforms) use my default template?

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