Re: Modifying admin add behaviour

2015-04-08 Thread Larry Martell
On Tue, Apr 7, 2015 at 7:04 PM, Larry Martell wrote: > On Tue, Apr 7, 2015 at 5:40 PM, Larry Martell wrote: >> I have a model and I want to have this behaviour in admin: >> >> 1. Only the add button is shown. >> 2. When the user clicks the add button, it brings up the standard >> page, but with j

Re: Modifying admin add behaviour

2015-04-07 Thread Larry Martell
On Tue, Apr 7, 2015 at 5:40 PM, Larry Martell wrote: > I have a model and I want to have this behaviour in admin: > > 1. Only the add button is shown. > 2. When the user clicks the add button, it brings up the standard > page, but with just 1 custom button shown. > 3. When the user clicks that cus