Re: how do I add a custom button (url) to the admin add/change page

2010-07-12 Thread Sævar Öfjörð
You might want to take a look at overriding admin templates:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates

- Sævar

On Jul 12, 8:38 am, gondor  wrote:
> I'm trying to add a simple button to a specific add/change page.  This
> button takes the user to another url.  I'm trying to have a https url
> form popup in a separate window.
>
> I have looked in the documentation and all over google but have not
> success.  Does anyone know how to do this?

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



how do I add a custom button (url) to the admin add/change page

2010-07-12 Thread gondor
I'm trying to add a simple button to a specific add/change page.  This
button takes the user to another url.  I'm trying to have a https url
form popup in a separate window.

I have looked in the documentation and all over google but have not
success.  Does anyone know how to do this?

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