Mercurial > libervia-templates
comparison sat_templates/templates/bulma/forum/view.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 | 0e69b5843c2f |
children | bfb0d5829728 |
comparison
equal
deleted
inserted
replaced
246:1928ba66c194 | 247:40fccd3b7cf0 |
---|---|
7 | 7 |
8 {% block body %} | 8 {% block body %} |
9 | 9 |
10 | 10 |
11 <section class="section"> | 11 <section class="section"> |
12 {{ blog.show_items(items, expanded=true) }} | 12 {{ blog.show_items(blog_items["items"], expanded=true) }} |
13 </section> | 13 </section> |
14 | 14 |
15 <section class="section"> | 15 <section class="section"> |
16 {{- textbox.comment_or_login(service=service, node=node, placeholder=_("Enter your message here")) -}} | 16 {{- textbox.comment_or_login(service=service, node=node, placeholder=_("Enter your message here")) -}} |
17 </section> | 17 </section> |