diff --git a/apollo/templates/admin/form_list.html b/apollo/templates/admin/form_list.html
index c081183dc..e17c2ba89 100644
--- a/apollo/templates/admin/form_list.html
+++ b/apollo/templates/admin/form_list.html
@@ -173,9 +173,10 @@
-{{ render_toast_parent(toast_app_id) }}
{% endblock %}
-
+{% block footer %}
+{{ render_toast_parent(toast_app_id) }}
+{% endblock footer %}
{%- block tail_js %}
{{ super() }}
{{ render_toast_template() }}
diff --git a/apollo/templates/admin/locations_list.html b/apollo/templates/admin/locations_list.html
index 715ecff62..3f52c1897 100644
--- a/apollo/templates/admin/locations_list.html
+++ b/apollo/templates/admin/locations_list.html
@@ -128,10 +128,12 @@ {{ _('Finalize') }}
- {{ render_toast_parent(toast_app_id) }}
{% endblock %}
+{% block footer %}
+{{ render_toast_parent(toast_app_id) }}
+{% endblock footer %}
{%- block tail_js -%}
{{ super() }}
diff --git a/apollo/templates/admin/participant_list.html b/apollo/templates/admin/participant_list.html
index ae0149b26..6351415ba 100644
--- a/apollo/templates/admin/participant_list.html
+++ b/apollo/templates/admin/participant_list.html
@@ -210,7 +210,6 @@
{{ render_pager(participants, 'participants.participant_list', args) }}
{%- endif %}
-{{ render_toast_parent(toast_app_id) }}
@@ -248,6 +247,10 @@
{{ _('Finalize') }}
{%- endblock -%}
+{% block footer %}
+{{ render_toast_parent(toast_app_id) }}
+{% endblock footer %}
+
{%- block tail_js -%}
{{ super() }}
{{ render_toast_template() }}
diff --git a/apollo/templates/admin/task_toast.html b/apollo/templates/admin/task_toast.html
index c3ca19224..4d1bf02a4 100644
--- a/apollo/templates/admin/task_toast.html
+++ b/apollo/templates/admin/task_toast.html
@@ -39,7 +39,7 @@
{% macro render_toast_parent(toast_app_id) %}