the only solution I could think about is using js:
1. detect all image-input-fields
2. extract the value
3. build the image-tag
4. use DOM-manipulation to add the image-tag after the input-field

patrick

On 20 Aug., 17:07, "G.o.D" <[EMAIL PROTECTED]> wrote:
> i want to change how fields are displayed in admin mode in the edit
> view.
>
> for example: if i use a ImageField, on editmode it says:
>
> > Derzeit:  images/2007/08/17/preview/preview1.png
>
> but i want it to display the image, instead of the path and a link to
> the image
>
> how would one do that?
>
> is there a method which manages the output of the admin edit mode
> which i could overwrite?
>
> thanx for any help


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to