mirror of https://github.com/calzoneman/sync.git
Fix todo
This commit is contained in:
parent
306e3adde8
commit
6ec2f3d491
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue