mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-02-06 11:03:24 +01:00
Fix issue with poll frequency not saving
This commit is contained in:
parent
e0bc0eba26
commit
79eea0eed1
@ -492,6 +492,7 @@ def settings(request):
|
||||
account.preferences.click_to_load = form.cleaned_data['click_to_load']
|
||||
account.preferences.lightbox = form.cleaned_data['lightbox']
|
||||
account.preferences.filter_notifications = form.cleaned_data['filter_notifications']
|
||||
account.preferences.poll_frequency = form.cleaned_data['poll_frequency']
|
||||
request.session['timezone'] = account.preferences.timezone
|
||||
account.preferences.save()
|
||||
account.save()
|
||||
|
Loading…
x
Reference in New Issue
Block a user