Adds language customization to preferences
This commit is contained in:
parent
ba5ec878fa
commit
c0af69045c
2 changed files with 7 additions and 0 deletions
|
@ -144,6 +144,7 @@ class EditUserForm(CustomForm):
|
|||
"default_post_privacy",
|
||||
"discoverable",
|
||||
"preferred_timezone",
|
||||
"preferred_language",
|
||||
]
|
||||
help_texts = {f: None for f in fields}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue