Browse Source

Don't show Profile.api_key in admin.

pull/214/head
Pēteris Caune 6 years ago
parent
commit
654516412e
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/accounts/admin.py

+ 1
- 1
hc/accounts/admin.py View File

@ -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…
Cancel
Save