Robert Wittams wrote: > I think you want to upgrade to trunk, where a long term effort to make > the admin very customisable has been merged.
Hey now... that was too easy! you're cheating! :D (I was indeed on .90 and trunk works as you say) > In your case, you will be able to create a template called: > > admin/<my_app>/<my_model>/change_list.html > > with > > {%extends "admin/change_list.html"%} > {%block search%} <a href="/admin/csv_thing/">CSV > thing</a>{{block.super}}{%endblock%} > > as the content. Yep, this worked, thanks, except that it was admin/<my_model>/change_list.html (or my_app, dunno, name is the same, anyway just one subdir needed, not one), and of course no .html extension in "extends". Good stuff.