Re: [mezzanine-users] Inlines javascript does not seem to work

2015-12-21 Thread Ryne Everett
Are there any javascript errors? On Mon, Dec 21, 2015 at 9:31 AM, Wim Feijen wrote: > Hi people, > > On a fresh Mezzanine installation, the button for adding inlines does not > appear in my installation. > > What happens is that I see four forms and no button to add more. > More-over, the fourth

Re: [mezzanine-users] Inlines javascript does not seem to work

2015-12-21 Thread Eduardo Rivas
Try importing and using mezzanine.core.admin.TabularDynamicInlineAdmin instead of Django's default inlines. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to m

Re: [mezzanine-users] Inlines javascript does not seem to work

2015-12-21 Thread Eduardo Rivas
Sorry, to be clear, the BookInline class should subclass TabularDynamicInlineAdmin instead of admin.TabularInline. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: [mezzanine-users] Inlines javascript does not seem to work

2015-12-21 Thread Wim Feijen
Thanks Eduardo! That solves it. :) On 21 December 2015 at 15:40, Eduardo Rivas wrote: > Sorry, to be clear, the BookInline class should subclass > TabularDynamicInlineAdmin instead of admin.TabularInline. > > > -- > You received this message because you are subscribed to a topic in the > Google