Hi,

I tracked this down.

You can overwrite the template that is responsible for the file
widget, like this.

1. in your templates directory create widget directory.
2. copy trunk/django/contrib/admin/templates/widget/file.html to the
widget folder you created.
3. edit as needed.

Regards


On 2/1/06, arthur debert <[EMAIL PROTECTED]> wrote:
>
> Hi Gabor, I am dealing with the same issue here, and I've opened a
> ticked for this : http://code.djangoproject.com/ticket/1315
>
> It seems that on the admin's template ('file.html'), filefields are
> susbtituted to "bound_field.original_url" which evaluates to blank....
> even if you use the "bound_field.original_value" it's still doens't
> work... somehow the admin is appending the url to the model's edit
> view...
>
> I am pretty clueless to what can this be...
>
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to