From 66d5bb150621e8d8b7b11e997b6a6a9afce8223e Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 19:20:18 +0200 Subject: update --- templates/page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 5d9297d..f5fa458 100644 --- a/templates/page.html +++ b/templates/page.html @@ -10,8 +10,9 @@ {% if work.selected %} {{work.content.blocks._flowblock}} + {% for item in work.content.blocks %} {% if item._flowblock == 'gallery' %} {% for i in item.gallery.blocks %} -- cgit v1.2.3