Is there a simple way to add a link back to the main site when using the grappelli admin interface with django?
So when the user goes into the admin interface at
http://myurl/admin/
I'd like a link somewhere back to
http://myurl/
for the main site.
The only way I can see of doing this is to edit the grappelli templates, which feels very hacky for such a simple task.
You can use the grappelli dashboard to make a box with custom links on the admin index. After installing the dashboard you can use the LinkList to add links.