diff --git a/client/html/post_edit_sidebar.tpl b/client/html/post_edit_sidebar.tpl
index 7bc84397..7eb2e467 100644
--- a/client/html/post_edit_sidebar.tpl
+++ b/client/html/post_edit_sidebar.tpl
@@ -25,15 +25,6 @@
<% } %>
- <% if (ctx.canEditPostTags) { %>
-
- <% } %>
-
<% if (ctx.canEditPostRelations) { %>
<%= ctx.makeTextInput({
@@ -46,6 +37,15 @@
<% } %>
+ <% if (ctx.canEditPostTags) { %>
+
+ <% } %>
+
<% if (ctx.canEditPostFlags && ctx.post.type === 'video') { %>