diff --git a/hshassets/templates/hshassets/layout/base.html b/hshassets/templates/hshassets/layout/base.html index 92da38a150f7684acb7a4ec4127e8506b4bd9d08..301ba5b07127549d67cc5f69ee7ed8c0bf89defa 100644 --- a/hshassets/templates/hshassets/layout/base.html +++ b/hshassets/templates/hshassets/layout/base.html @@ -22,7 +22,7 @@ {% endblock %} {% block post-style %}{% endblock %} </head> - <body> + <body {% block bodytag %}{% endblock %}> {% block body %}{% endblock %} {% block pre-script %}{% endblock %} diff --git a/setup.py b/setup.py index 58b1edb32b48ffc8b3cac85ea7d1f4e71f40c6f8..f48c6ac56ee85e69160134ed1615b0cbda45b6cd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-hshassets', - version='2.2.8', + version='2.2.13', packages=find_packages(), include_package_data=True, license='MIT License',