From b3199dd4f20c3342740ef32cd7d7e3f37efbbe6f Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Thu, 25 Nov 2021 13:02:44 +0100 Subject: [PATCH] publish muk_web_theme --- muk_web_theme/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index b6ac0a2..e24b9b5 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -66,8 +66,8 @@ ], }, 'images': [ -# 'static/description/banner.png', -# 'static/description/theme_screenshot.png' + 'static/description/banner.png', + 'static/description/theme_screenshot.png' ], 'external_dependencies': { 'python': [],