diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index f1ca259..a3d2831 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -47,6 +47,7 @@ ], "images": [ 'static/description/banner.png' + 'static/description/theme.png' ], "external_dependencies": { "python": [], diff --git a/muk_web_theme/static/description/index.html b/muk_web_theme/static/description/index.html index d269aec..232d155 100644 --- a/muk_web_theme/static/description/index.html +++ b/muk_web_theme/static/description/index.html @@ -44,7 +44,7 @@ -
+

Mobile Interface

diff --git a/muk_web_theme/static/description/theme.png b/muk_web_theme/static/description/theme.png new file mode 100644 index 0000000..9e9230e Binary files /dev/null and b/muk_web_theme/static/description/theme.png differ