clede / Radiotrack

A Django web app to track live air times of your favorite radio programs.
Apache License 2.0
0 stars 0 forks source link

When adding a Program, after selecting station, time zone should default to the station's time zone. #18

Open clede opened 7 years ago

clede commented 7 years ago

EXPECTED: When adding a program, after selecting a station, the time zone dropdown should auto-select the station's own time zone.

ACTUAL: The time zone defaults to a specific time zone (currently America/Los Angeles, but should be the user's time zone) and does not change unless manually changed.

clede commented 7 years ago

Probably need to user JavaScript for this.