it seems that the name of the template is hardcoded in the code
def result_list(cl):
return {'cl': cl,
'result_headers': list(result_headers(cl)),
'results': list(results(cl))}
result_list =
register.inclusion_tag("admin/change_list_results.html")(result_list)
:(
can anyone confirm this?
On Feb 16, 2008 8:15 AM, Almir Karic <[EMAIL PROTECTED]> wrote:
> i would like to change the way django admin writes out the results for
> one object, the code i would like to change is located in
> change_list_results.html, however if i put that file in my
> templates/admin/<app>/<object name>/ django doesn't seem to pick it
> up. any hints?
>
> --
> error: one bad user found in front of screen
>
--
error: one bad user found in front of screen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---