override django admin change_list_results.html per model -


i'm trying override change_list_results.html particular model. tried copying file other templates in corresponding tree directory ( templates/admin/app/model ), method didn't work. see in documentation overriding per app/model possible, not described special method achieve this. found related answer overriding change_list.html, want override change_list_results.html , can't understand how accomplish that. way override?

i having same issue , found old post. imagine fixed yours.

anyways, doing wrong use plural name of model , using lowercase name. have sure of following:

  • save template in /templates/admin/app/model said
  • check lower/upper cases in names of models
  • this sounds silly, in case...don't use plural name of model

good luck!


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -