summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-18 23:43:40 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-18 23:43:40 -0700
commitf124237af9de887f197e77d213dead9f6174c8c9 (patch)
tree53fa374ee311636a3a7f71c5a02ee98f2f2849ae
parent47a7faf58825b828d2e4d8f386da327448e44f2d (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 069871f..4c24e66 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">
+ <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 + `" />