Hi, I need to pass some extra parameters in some admin popups. For example, this is the default URL for an arbitrary popup: http://localhost:8081/admin/web/systemgroup/add/?_popup=1
What I want is add a new element on the dict queryset: http://localhost:8081/admin/web/systemgroup/add/?_popup=1&contact_id=1 Where is the right place to handle that? Thanks!!! -- Marc -- 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.

