Merge branch 'main' into bookwyrm-groups

This commit is contained in:
Mouse Reeve
2021-10-07 17:27:11 -07:00
committed by GitHub
49 changed files with 95872 additions and 4016 deletions

View File

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