add email setting, closes #5. other misc small fixes
This commit is contained in:
parent
135bd95a6a
commit
86b061c971
11 changed files with 85 additions and 99 deletions
|
|
@ -87,4 +87,4 @@ class CustomUserCreationForm(SignupForm):
|
|||
class UserSettingsForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = CustomUser
|
||||
fields = ['show_friend_code_on_link_previews']
|
||||
fields = ['show_friend_code_on_link_previews', 'enable_email_notifications']
|
||||
Loading…
Add table
Add a link
Reference in a new issue