I just discovered django-crispy
today and was wondering if there is a way to use it to override the default ModelChoiceField
used for ForeignKey
objects in a ModelForm
in django.
I am using bootstrap3 and would like to add an + Add
like that in the django-admin page.
Thanks a lot!