How do I overrride fieldset.html template so that I can pass more arguments
- by Anand
I am overriding the admin fieldset.html template?
I need to access the model.
I have a table called domain and I need to query the database (Domain.objects.all) get a list of all the domains and pass it to the template.
How/where would I do it especially with respect to admin interface.
Thanks