fine comb

This commit is contained in:
zandercymatics 2024-12-10 13:50:30 -07:00
parent ed9d215577
commit bc3a96aa87
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
7 changed files with 65 additions and 58 deletions

View file

@ -3791,6 +3791,7 @@ class WaffleFlagAdmin(FlagAdmin):
if extra_context is None:
extra_context = {}
extra_context["dns_prototype_flag"] = flag_is_active_for_user(request.user, "dns_prototype_flag")
extra_context["organization_member"] = flag_is_active_for_user(request.user, "organization_member")
return super().changelist_view(request, extra_context=extra_context)