I'm doing a project with django and I have the following query in the admin of django I created the group "Volunteer", to which I gave permissions so you can manage dogs (create, modify, delete)
Well now in the template, I have a button that sends to where I administer the dogs, but I want that button, only can see the users who are part of the staff or if they are from the group "Volunteer" that I created:
At the moment I've only managed to get that button to show it to the users that are part of the staff, but I do not know how to do it so that the members of the "Volunteer" group appear.
How could I fix it ??? thank you very much