Merge pull request #3538 from alphagov/start-time-hint

Make start time explicit when previewing a broadcast
This commit is contained in:
Chris Hill-Scott
2020-07-29 09:15:21 +01:00
committed by GitHub
3 changed files with 12 additions and 4 deletions

View File

@@ -993,7 +993,7 @@ class ChooseBroadcastDurationForm(StripWhitespaceForm):
)
finishes_at = RadioField(
'When should this broadcast end?',
'End time',
)