diff --git a/crates/app/src/public/html/post/post.lisp b/crates/app/src/public/html/post/post.lisp
index 062db3d..b43fc82 100644
--- a/crates/app/src/public/html/post/post.lisp
+++ b/crates/app/src/public/html/post/post.lisp
@@ -125,7 +125,6 @@
(text "{{ icon \"settings\" }}")
(span
(text "{{ text \"communities:action.configure\" }}"))))
- (text "{%- endif %}")
(div
("class" "flex flex-col gap-2 hidden")
("data-tab" "configure")
@@ -250,6 +249,7 @@
},
});
}, 250);")))
+ (text "{%- endif %}")
(text "{% if user and user.id == post.owner -%}")
(div
("class" "card-nest w-full hidden")