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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment