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