Skip to content

Commit

Permalink
fix set bg
Browse files Browse the repository at this point in the history
  • Loading branch information
ArttuKuikka committed Oct 6, 2024
1 parent e86ac6c commit 221fc5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Views/RuokalistaAdmin/SetBG.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
<input type="hidden" asp-for="Id" />
<input type="hidden" asp-for="WeekId" />
<a class="btn btn-primary" asp-action="NewRandomBG" asp-route-id="@Model.Id">🏞️ Arvo uusi taustakuva</a>
<br />
<div class="form-group">
<label class="control-label">Tiedostonimi</label>
<input asp-for="FileName" class="form-control" />
<span asp-validation-for="FileName" class="text-danger"></span>
</div>
<br />
<a class="btn btn-primary" asp-action="NewRandomBG" asp-route-id="@Model.Id">Arvo uusi taustakuva</a>


<div class="form-group">
<input type="submit" value="Tallenna" class="btn btn-primary" />
Expand Down

0 comments on commit 221fc5e

Please sign in to comment.