This commit is contained in:
Calvin Montgomery 2022-09-21 22:47:38 -07:00
parent c686100008
commit 7cf1593c7c
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ block content
tbody
for c in channels
tr
// TODO: seems like it should be a <td>, lol
th
td
form.form-inline.pull-right(action="/account/channels", method="post", onsubmit="return confirm('Are you sure you want to delete " +c.name+ "? This cannot be undone');")
input(type="hidden", name="_csrf", value=csrfToken)
input(type="hidden", name="action", value="delete_channel")