diff --git a/lacommunaute/templates/forum_conversation/partials/posts_list.html b/lacommunaute/templates/forum_conversation/partials/posts_list.html index 3abd1681c..866dd1936 100644 --- a/lacommunaute/templates/forum_conversation/partials/posts_list.html +++ b/lacommunaute/templates/forum_conversation/partials/posts_list.html @@ -9,7 +9,7 @@
{% for post in posts %}
+ id="certifiedpostsarea{{post.pk}}">
@@ -37,8 +37,3 @@ {% include "forum_conversation/partials/post_feed_form_collapsable.html" with post_form=form inline=1 %}
- - diff --git a/lacommunaute/templates/forum_conversation/partials/topic_detail_actions.html b/lacommunaute/templates/forum_conversation/partials/topic_detail_actions.html index 295eff281..52ba7d2f8 100644 --- a/lacommunaute/templates/forum_conversation/partials/topic_detail_actions.html +++ b/lacommunaute/templates/forum_conversation/partials/topic_detail_actions.html @@ -19,16 +19,15 @@ {% if posts_count > 1 %} @@ -64,10 +63,3 @@ {% endif %}
{% endif %} - - - diff --git a/lacommunaute/templates/forum_conversation/topic_list.html b/lacommunaute/templates/forum_conversation/topic_list.html index 013746f8f..a395134b1 100644 --- a/lacommunaute/templates/forum_conversation/topic_list.html +++ b/lacommunaute/templates/forum_conversation/topic_list.html @@ -136,3 +136,10 @@ {% endif %} {% endif %}
+ +