summaryrefslogtreecommitdiff
path: root/management/editor/editor.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-11-09 17:58:49 -0800
committerSteve Manuel <nilslice@gmail.com>2016-11-09 17:58:49 -0800
commitea3d29602be45c49629c2a8b6b8199e4f9e9076d (patch)
treebb1193698c862f658e348700553127a5e8e888ce /management/editor/editor.go
parentf63f7c4a847b37290121f823ae870e8fda74442f (diff)
unused mergable var
Diffstat (limited to 'management/editor/editor.go')
-rw-r--r--management/editor/editor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go
index 3d8e9c6..3843592 100644
--- a/management/editor/editor.go
+++ b/management/editor/editor.go
@@ -116,7 +116,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) {
<button class="right waves-effect waves-light btn red delete-post" type="submit">Delete</button>
</div>
`
- m, ok := post.(Mergeable)
+ _, ok := post.(Mergeable)
if ok {
submit +=
`