Re: Showing some extra HTML in a ModelForm

2010-12-14 Thread derek
Assuming its the same images you want to display for a given model, you could create a custom form for that model. See: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#templates-which-may-be-overridden-per-app-or-model On Dec 14, 3:25 am, "Elmar A." wrote: > Hi > > I'd like to add some a

Showing some extra HTML in a ModelForm

2010-12-13 Thread Elmar A.
Hi I'd like to add some additional HTML to to a model form in the admin backend. This HTML does not have any relevant form-functionality, i.e. it should just be displayed for the user. But I need the model instance to create the HTML. Basically, I want to fetch some images and show them to the us