summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-18 23:44:20 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-18 23:44:20 -0700
commit0b31514abe6908b549936a56132d92e079c438b9 (patch)
treecb16be12c696aff931f48a78952689344a6e166c
parentf124237af9de887f197e77d213dead9f6174c8c9 (diff)
setting form method
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 4c24e66..7e5f96b 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -452,7 +452,7 @@ func adminPostListItem(p editor.Editable, t string) []byte {
<span class="post-detail">Updated: ` + updatedTime + `</span>
<span class="publish-date right">` + publishTime + `</span>
- <form class="quick-delete-post __ponzu right" action="/admin/edit/delete method="post">
+ <form class="quick-delete-post __ponzu right" action="/admin/edit/delete" method="post">
<span>Delete</span>
<input type="hidden" name="id" value="` + cid + `" />
<input type="hidden" name="type" value="` + t + `" />