feat: basic initial implementation of spotify client link validator and song submission form refs: NOISSUE
This commit is contained in:
7
song_of_the_day/Pages/Shared/_SongPartial.cshtml
Normal file
7
song_of_the_day/Pages/Shared/_SongPartial.cshtml
Normal file
@@ -0,0 +1,7 @@
|
||||
@model Song
|
||||
<label asp-for="Name">Name:</label>
|
||||
<input asp-for="Name" />
|
||||
<label asp-for="Artist">Artist:</label>
|
||||
<input asp-for="Artist" />
|
||||
<label asp-for="SpotifyId">Spotify ID:</label>
|
||||
<input asp-for="SpotifyId" />
|
||||
Reference in New Issue
Block a user