You need to be more specific, because the code you have already seems to do 
what you ask. What is your problem?

On Monday, May 21, 2012 5:51:21 AM UTC+2, Aditya Sriram M wrote:
>
> Help please! :-|
>
> On Saturday, 19 May 2012 18:31:05 UTC+5:30, Aditya Sriram M wrote:
>>
>> I have a function like this..
>>
>> list_display = (..,get_link_to_users, ..)
>>
>>    def get_link_to_users(self, obj):
>>         html_table = '<a 
>> href="JavaScript:window.open(''../user/?q=%s'');"> My Users </a>' % 
>> (obj.customer_id)
>>         print html_table
>>         return html_table
>>     get_link_to_fortress_users.short_description = 'Fortress Users'
>>     get_link_to_fortress_users.allow_tags = True
>>
>> Question: user and customer are my models. In Customer model, I would 
>> like to put just the link. And on clicking this link, a new popup should 
>> come up with the related users. How to do this?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/dH1ybdjbGhcJ.
To post to this group, send email to django-users@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.

Reply via email to