Hi,
i am about to extend the admin interface and came to the following problem.
I want to add some information to the overview of an application
model. Now, i look in the change_list.html and see that the {%
result_list cl %} template tag is the one i need to adapt.
Now, when i look in the templatetags.py i see the link to
register.inclusion_tag("admin/change_list_results.html") and finally
found the template i need to adapt.
But the problem is, the path is hardcoded. So i have to put
change_list_results.html in "templates/admin" path to get it used
instead of "templates/app/model/" path.
That of course is not very useful, cause the template will be used for
every app instead for the one i want to adapt.
How do i get around that? Is there a standard way for doing these things?
Greetings
Sven
--
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.