add email setting, closes #5. other misc small fixes

This commit is contained in:
badblocks 2025-04-13 21:14:20 -07:00
parent 135bd95a6a
commit 86b061c971
11 changed files with 85 additions and 99 deletions

View file

@ -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']