I'm using inlineformset_factory to generate a tabular formset for
object instances from my database. I would like to add a link to each
table row to point to another form for each individual instance (the
instances are mailboxes and I want a password change form for an
individual mailbox).

My problem is that to construct the URL for this link I need the
primary key of the instance in question, and I don't see how to get at
that from the formset/form. Can anybody help?

Anselml
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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