mirror of https://github.com/E-Almqvist/hsf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
325 B
6 lines
325 B
form.page action="/albums/#{album['AlbumId']}/update" method="post"
|
|
span Album Title
|
|
input type="text" name="new_title" value="#{album['Title']}" placeholder="Album title"
|
|
span Artist ID
|
|
input type="number" name="new_artistid" value="#{album['ArtistId']}" placeholder="Artist ID"
|
|
input type="submit" value="Update"
|
|
|