Sunday, April 3, 2011

How possible to show external links in Django Admin Interface ?

I need to generate external links in admin interface grid column, but they shows as html code:

<a href="http://www.site.com/">site</a>

Admin interface translates my links as html-entities and they doesn't shows as right links. Is it possible to show external links there, not html code?

I think list_display_links doesn't work for this purpose.

Thank you!

From stackoverflow

0 comments:

Post a Comment