From 124f4ae315d10fc6e26cc33126e5038e881f895a Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Tue, 23 May 2017 10:25:18 +0200 Subject: [PATCH] fix load only css and js if is used on material theme --- prosopopee/themes/material/templates/gallery-index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prosopopee/themes/material/templates/gallery-index.html b/prosopopee/themes/material/templates/gallery-index.html index 449ad32..d50019c 100644 --- a/prosopopee/themes/material/templates/gallery-index.html +++ b/prosopopee/themes/material/templates/gallery-index.html @@ -9,7 +9,7 @@ {% if gallery.panorama_enabled %} {% endif %} - {% if gallery.panorama_audio %} + {% if gallery.audio_enabled %} {% endif %} @@ -54,7 +54,7 @@ {% endif %} - {% if gallery.panorama_audio %} + {% if gallery.audio_enabled %} {% endif %}