mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 05:26:28 +02:00
fine comb
This commit is contained in:
parent
ed9d215577
commit
bc3a96aa87
7 changed files with 65 additions and 58 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue