Skip to content

Commit

Permalink
program manager little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1nkey committed Aug 4, 2024
1 parent d472f6b commit bb341ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions partner_programs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def get_urls(self):
return custom_urls + default_urls

def mailing(self, request, partner_program):
# if "Руководитель программы" in request.user.groups.all().values_list("name"):
# return None
profiles = PartnerProgramUserProfile.objects.filter(
partner_program=partner_program
)
Expand Down

0 comments on commit bb341ee

Please sign in to comment.