Formatting
This commit is contained in:
@@ -115,7 +115,14 @@ class StatusForm(CustomForm):
|
||||
class EditUserForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.User
|
||||
fields = ["avatar", "name", "email", "summary", "manually_approves_followers", "show_goal"]
|
||||
fields = [
|
||||
"avatar",
|
||||
"name",
|
||||
"email",
|
||||
"summary",
|
||||
"manually_approves_followers",
|
||||
"show_goal",
|
||||
]
|
||||
help_texts = {f: None for f in fields}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user