Jazzmin with Custom ModelForm #356
Unanswered
Archmonger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Jazzmin with a customized
forms.ModelForm
, any widgets that get customized are no longer styled properly in the admin interface.For example, in my use case I am customizing a password field to use
django.forms.PasswordInput
.What is the suggested workaround to style these form widgets within Jazzmin?
Beta Was this translation helpful? Give feedback.
All reactions