diff --git a/Dockerfile b/Dockerfile
index 1d54bb4..3151836 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,8 +25,7 @@ EOF
WORKDIR /app/
-# hadolint ignore=DL3013
-RUN pip install pip poetry==1.4.2 #!COMMIT
+RUN pip install pip poetry==1.8.3
COPY pyproject.toml poetry.lock /app/
RUN poetry config virtualenvs.create false && poetry install --no-interaction #!COMMIT
diff --git a/django_wtf/templates/wagtail_code_blog/blog_page.html b/django_wtf/templates/wagtail_code_blog/blog_page.html
index d35a0a1..90816c9 100644
--- a/django_wtf/templates/wagtail_code_blog/blog_page.html
+++ b/django_wtf/templates/wagtail_code_blog/blog_page.html
@@ -10,3 +10,25 @@
{% include "wagtail_code_blog/blog_page_body.html" %}
{% endblock content %}
+{% block js %}
+ {{ block.super }}
+
+
+{% endblock js %}