We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a71f8 commit ed02540Copy full SHA for ed02540
1 file changed
local_units/tasks.py
@@ -29,7 +29,6 @@ def send_local_unit_email(local_unit_id: int, new: bool = True):
29
get_local_unit_country_validators(instance)
30
or get_local_unit_region_validators(instance)
31
or get_local_unit_global_validators(instance)
32
- or User.objects.filter(is_superuser=True)
33
)
34
35
email_context = get_email_context(instance)
0 commit comments