Skip to content
Snippets Groups Projects
Commit 7a66ed9c authored by Elke Kreim's avatar Elke Kreim
Browse files

Add block to body tag

parent f455f109
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
{% endblock %} {% endblock %}
{% block post-style %}{% endblock %} {% block post-style %}{% endblock %}
</head> </head>
<body> <body {% block bodytag %}{% endblock %}>
{% block body %}{% endblock %} {% block body %}{% endblock %}
{% block pre-script %}{% endblock %} {% block pre-script %}{% endblock %}
......
...@@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) ...@@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-hshassets', name='django-hshassets',
version='2.2.8', version='2.2.13',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
license='MIT License', license='MIT License',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment