diff --git a/lacommunaute/templates/forum/forum_detail.html b/lacommunaute/templates/forum/forum_detail.html index 6218c54a0..b682646ba 100644 --- a/lacommunaute/templates/forum/forum_detail.html +++ b/lacommunaute/templates/forum/forum_detail.html @@ -123,7 +123,7 @@

{{ forum.name }}

-
+
{% with unread_topics=unread_topics %} {% include "forum_conversation/topic_list.html" %} diff --git a/lacommunaute/templates/forum/forum_documentation_category.html b/lacommunaute/templates/forum/forum_documentation_category.html index fdab9b2ab..5d41af56d 100644 --- a/lacommunaute/templates/forum/forum_documentation_category.html +++ b/lacommunaute/templates/forum/forum_documentation_category.html @@ -1,6 +1,6 @@ {% extends "forum/forum_detail.html" %} {% block subforum_list %} -
+
{% for node in sub_forums.top_nodes %}