diff --git a/Web/Presenters/templates/Wall/Feed.xml b/Web/Presenters/templates/Wall/Feed.xml
index a35d2dc6..81b4bf21 100644
--- a/Web/Presenters/templates/Wall/Feed.xml
+++ b/Web/Presenters/templates/Wall/Feed.xml
@@ -23,7 +23,7 @@
{foreach $posts as $post}
- {include "../components/post.xml", post => $post, onWallOf => true}
+ {include "../components/post.xml", post => $post, onWallOf => true, commentSection => true}
{/foreach}
{include "../components/paginator.xml", conf => $paginatorConf}
diff --git a/Web/Presenters/templates/components/comment.xml b/Web/Presenters/templates/components/comment.xml
index cc3f9c8d..be7da6ba 100644
--- a/Web/Presenters/templates/components/comment.xml
+++ b/Web/Presenters/templates/components/comment.xml
@@ -7,7 +7,8 @@