On Sat, 2006-06-17 at 17:59 -0700, [EMAIL PROTECTED] wrote:
> I'd like to have a non-admin interface for adding objects, but would
> like to use the form that the admin interface generates. Where do I
> snag it from?

django/contrib/admin/templates/admin/*

Start with change_form.html in that directory, although it may not be
immediately understandable without also reading the admin view functions
to work out what is being populated and how.

Reagrds,
Malcolm



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