This commit is contained in:
Calvin Montgomery 2022-09-21 22:47:38 -07:00
parent 306e3adde8
commit 6ec2f3d491
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ block content
tbody tbody
for c in channels for c in channels
tr tr
// TODO: seems like it should be a <td>, lol td
th
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');") 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="_csrf", value=csrfToken)
input(type="hidden", name="action", value="delete_channel") input(type="hidden", name="action", value="delete_channel")