From 7c97637a03ca9b6e040e06b3141824110a3e64a0 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Wed, 28 Nov 2018 15:30:49 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- .../description/{theme.png => theme_screenshot.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename muk_web_theme/static/description/{theme.png => theme_screenshot.png} (100%) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 68c8220..49ade47 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -47,7 +47,7 @@ ], "images": [ 'static/description/banner.png', - 'static/description/screenshot.png' + 'static/description/theme_screenshot.png' ], "external_dependencies": { "python": [], diff --git a/muk_web_theme/static/description/theme.png b/muk_web_theme/static/description/theme_screenshot.png similarity index 100% rename from muk_web_theme/static/description/theme.png rename to muk_web_theme/static/description/theme_screenshot.png