1
0
mirror of https://github.com/karl0ss/JDRssDownloader.git synced 2025-06-30 14:49:12 +01:00

15 lines
395 B
Plaintext
Raw Normal View History

2022-10-25 15:52:08 +01:00
extends layout
block layout-content
div.View
h1.Banner Remove Show
div.Message
form(action="/removeShow" method="POST")
p Show Name:
select(name="showName")
each show in showList
option(value=show.Name) #{show.Name}
input(type="submit", value="Remove Show")
div.NavButtons
a(href="/")
div.NavButton Home