mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 13:38:25 -04:00
notify-admin-1049
This commit is contained in:
@@ -1239,11 +1239,15 @@ class ChangePreferredTimezoneForm(StripWhitespaceForm):
|
|||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(ChangePreferredTimezoneForm, self).__init__(*args, **kwargs)
|
super(ChangePreferredTimezoneForm, self).__init__(*args, **kwargs)
|
||||||
self.new_preferred_timezone.choices = [
|
self.new_preferred_timezone.choices = [
|
||||||
|
("US/Atlantic", "US/Atlantic")
|
||||||
("US/Eastern", "US/Eastern"),
|
("US/Eastern", "US/Eastern"),
|
||||||
("US/Central", "US/Central"),
|
("US/Central", "US/Central"),
|
||||||
("US/Mountain", "US/Mountain"),
|
("US/Mountain", "US/Mountain"),
|
||||||
("US/Pacific", "US/Pacific"),
|
("US/Pacific", "US/Pacific"),
|
||||||
("US/Hawaii", "US/Hawaii"),
|
("US/Alaska", "US/Alaska")
|
||||||
|
("US/Hawaii-Aleutian", "US/Hawaii-Aleutian"),
|
||||||
|
("US/American Samoa", "US/American Samoa"),
|
||||||
|
("US/Chamorro", "US/Chamorro")
|
||||||
]
|
]
|
||||||
|
|
||||||
new_preferred_timezone = GovukRadiosField(
|
new_preferred_timezone = GovukRadiosField(
|
||||||
|
|||||||
Reference in New Issue
Block a user