diff --git a/ckanext/bulk/templates/bulk/manager.html b/ckanext/bulk/templates/bulk/manager.html
index 6c3d381..fdc8ea9 100644
--- a/ckanext/bulk/templates/bulk/manager.html
+++ b/ckanext/bulk/templates/bulk/manager.html
@@ -21,17 +21,3 @@
{% endblock %}
-
-{% block scripts %}
-
- {{ _("No results yet") }}
-
-
-
-
- {{ _("No logs yet") }}
-
-
-
- {{ super() }}
-{% endblock %}
diff --git a/setup.cfg b/setup.cfg
index 9e2d663..4b17325 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = ckanext-bulk
-version = 0.2.0
+version = 0.2.1
description = Bulk update for CKAN datasets/resources
long_description = file: README.md
long_description_content_type = text/markdown