From dff2a512b79cb0f0ca4a23bacff45dc24bcc2104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Tue, 13 Sep 2016 20:01:23 +0300 Subject: [PATCH 1/2] Include JS catalog for superusers in front to enable xtheme --- .../templates/shuup_megastore_theme/shuup/front/base.jinja | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/base.jinja b/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/base.jinja index c160c31..83254e6 100644 --- a/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/base.jinja +++ b/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/base.jinja @@ -19,6 +19,9 @@ + {% if user.is_superuser %} + + {% endif %}
From 37b3cf5cdf581229925cb56ca70a91e07cf77531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Tue, 13 Sep 2016 20:02:08 +0300 Subject: [PATCH 2/2] Bump version to 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 535b45f..2c131ba 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if __name__ == '__main__': setuptools.setup( name="shuup_megastore_theme", - version="1.0.9", + version="1.1.0", description="Shuup Megastore Theme", packages=setuptools.find_packages(), include_package_data=True,