mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-27 20:03:40 +01:00
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
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 |