diff sat_templates/templates/bulma/merge-request/item.html @ 247:40fccd3b7cf0

updated code to handle blog items following data structure change in backend/Libervia
author Goffi <goffi@goffi.org>
date Thu, 16 Jul 2020 09:08:32 +0200
parents 1928ba66c194
children 1c330913ff13
line wrap: on
line diff
--- a/sat_templates/templates/bulma/merge-request/item.html	Fri Jun 19 17:57:13 2020 +0200
+++ b/sat_templates/templates/bulma/merge-request/item.html	Thu Jul 16 09:08:32 2020 +0200
@@ -57,7 +57,7 @@
 
                             </div>
                             {% if comments is defined %}
-                                {{ blog.show_items(comments|reverse, expanded=true) }}
+                                {{ blog.show_items(comments['items']|reverse, expanded=true) }}
                             {% endif %}
                             {% if comments_node is defined %}
                                 <div class="comment_post">