-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
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
Labels
No labels