Mercurial > libervia-templates
comparison sat_templates/templates/bulma/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 | 1928ba66c194 |
children |
comparison
equal
deleted
inserted
replaced
246:1928ba66c194 | 247:40fccd3b7cf0 |
---|---|
104 {{ field.submit(_("send"), class="mt-4") }} | 104 {{ field.submit(_("send"), class="mt-4") }} |
105 {% endcall %} | 105 {% endcall %} |
106 </div> | 106 </div> |
107 | 107 |
108 <div class="tab__page" id="tab_blog"> | 108 <div class="tab__page" id="tab_blog"> |
109 {% if items is defined %} | 109 {% if blog_items is defined %} |
110 {% include 'blog/articles.html' %} | 110 {% include 'blog/articles.html' %} |
111 {% endif %} | 111 {% endif %} |
112 </div> | 112 </div> |
113 | 113 |
114 </div> | 114 </div> |