forked from GithubBackups/healthchecks
Don't show Profile.api_key in admin.
This commit is contained in:
parent
c08f02ab7f
commit
654516412e
@ -19,7 +19,7 @@ class Fieldset:
|
|||||||
|
|
||||||
class ProfileFieldset(Fieldset):
|
class ProfileFieldset(Fieldset):
|
||||||
name = "User Profile"
|
name = "User Profile"
|
||||||
fields = ("email", "api_key", "current_team", "reports_allowed",
|
fields = ("email", "current_team", "reports_allowed",
|
||||||
"next_report_date", "nag_period", "next_nag_date",
|
"next_report_date", "nag_period", "next_nag_date",
|
||||||
"token", "sort")
|
"token", "sort")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user