I need to create external links in the grid column of the admin interface, but they appear as html code:
<a href="http://www.site.com/">site</a>
The Admin interface translates my links as html entities, and they do not appear as valid links. Is it possible to display external links there, and not HTML code?
I think list_display_links is not working for this purpose.
Thanks!
source
share