How to add link to Django admin inline

Posted by Tomasz Zielinski on Stack Overflow See other posts from Stack Overflow or by Tomasz Zielinski
Published on 2010-06-09T17:27:42Z Indexed on 2010/06/09 17:32 UTC
Read the original article Hit count: 278

Filed under:
|

I have an admin page with inlines. In each inline, I want to put some custom text with link to the regular admin page for the object from that inline. Is this possible without customizing/hacking admin templates?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin