357 Users set preferred timezone, used for readthroughs

This commit is contained in:
Pablo Barton
2021-03-28 18:51:40 -04:00
parent ef057dd573
commit b0dc5f3f93
17 changed files with 3029 additions and 616 deletions

View File

@ -132,6 +132,7 @@ class EditUserForm(CustomForm):
"show_goal",
"manually_approves_followers",
"discoverable",
"preferred_timezone",
]
help_texts = {f: None for f in fields}