Skip to content

Commit

Permalink
Remove "provider" from admin view
Browse files Browse the repository at this point in the history
This is used internally, for handing updates, but
should probably not be exposed in the admin like this.
  • Loading branch information
mrchrisadams committed Nov 17, 2023
1 parent 7ba542f commit 3f8c4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/accounts/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,7 @@ class ProviderRequest(ActionInChangeFormMixin, admin.ModelAdmin):
"missing_network_explanation",
"newsletter_opt_in",
"data_processing_opt_in",
"provider",
)
actions = ["mark_approved", "mark_open", "mark_rejected", "mark_removed"]
change_form_template = "admin/provider_request/change_form.html"
Expand Down

0 comments on commit 3f8c4cd

Please sign in to comment.