Mercurial > libervia-templates
comparison sat_templates/templates/default/event/admin.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 | aa37750c2617 |
children |
comparison
equal
deleted
inserted
replaced
246:1928ba66c194 | 247:40fccd3b7cf0 |
---|---|
88 {{ field.submit(_("send")) }} | 88 {{ field.submit(_("send")) }} |
89 {% endcall %} | 89 {% endcall %} |
90 </div> | 90 </div> |
91 | 91 |
92 <div class="tab__page" id="tab_blog"> | 92 <div class="tab__page" id="tab_blog"> |
93 {% if items is defined %} | 93 {% if blog_items is defined %} |
94 {% include 'blog/articles.html' %} | 94 {% include 'blog/articles.html' %} |
95 {% endif %} | 95 {% endif %} |
96 </div> | 96 </div> |
97 | 97 |
98 </div> | 98 </div> |