diff --git a/publichealth/home/templates/home/home_page.html b/publichealth/home/templates/home/home_page.html
index 2697e86..fd69fb2 100644
--- a/publichealth/home/templates/home/home_page.html
+++ b/publichealth/home/templates/home/home_page.html
@@ -34,19 +34,9 @@
{{ block.action }}
- {% endif %}
+ {% endfor %}
- {% if block.block_type == 'heading' %}
-
{{ block.value }}
- {% else %}
-
- {% include_block block %}
-
- {% endfor %}
-
-
-
{% endblock %}
diff --git a/requirements.txt b/requirements.txt
index 8884b2f..29f3949 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
Django==1.10.5
psycopg2==2.6.2
-elasticsearch==5.0.1
+elasticsearch==5.2.0
django-redis==4.7.0
-wagtail==1.8
+wagtail==1.9
django-libsass==0.7
libsass==0.12.3
Pillow==4.0.0
@@ -12,6 +12,6 @@ stellar==0.4.3
# Production dependencies
dj-database-url==0.4.2
-whitenoise==3.2.3
+whitenoise==3.3.0
uwsgi==2.0.14
ConcurrentLogHandler==0.9.1