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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -