Skip to content

Commit

Permalink
Fix /control/editpreferences
Browse files Browse the repository at this point in the history
  • Loading branch information
charmander committed Jul 18, 2021
1 parent 2540bbc commit fadd228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyl/controllers/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def control_editpreferences_get_(request):
current_sfw_rating,
age,
allowed_ratings,
define.request_timezone(request.weasyl_session).timezone,
define.request_timezone(request).timezone,
define.timezones(),
], title="Site Preferences"))

Expand Down

0 comments on commit fadd228

Please sign in to comment.