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
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
{% endblock %}
{% block post-style %}{% endblock %}
</head>
<body>
<body {% block bodytag %}{% endblock %}>
{% block body %}{% endblock %}
{% block pre-script %}{% endblock %}
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment