diff 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
line wrap: on
line diff
--- a/sat_templates/templates/bulma/event/admin.html	Fri Jun 19 17:57:13 2020 +0200
+++ b/sat_templates/templates/bulma/event/admin.html	Thu Jul 16 09:08:32 2020 +0200
@@ -106,7 +106,7 @@
         </div>
 
         <div class="tab__page" id="tab_blog">
-            {% if items is defined %}
+            {% if blog_items is defined %}
                 {% include 'blog/articles.html' %}
             {% endif %}
         </div>