}
</script>
- <h1>A specific playlist</h1>
- <h2>
+ <h1>
{{if .Playlist.Id}}
Edit Playlist
{{else}}
Create New Playlist
{{end}}
- </h2>
+ </h1>
<form action="/playlists/submit" method="POST">
<input type="hidden" name="playlistId" value="{{.Playlist.Id}}">
<p>
</p>
<p>
<label for="playlistStartTime">Transmission Start:</label>
- <input type="datetime-local" id="playlistStartTime" name="playlistStartTime" value="{{.Playlist.StartTime}}">
+ <input type="datetime-local" id="playlistStartTime" name="playlistStartTime" value="{{.Playlist.StartTime}}" step="1">
</p>
<h3>Playlist Items</h3>
{{range .Entries}}