diff --git a/CHANGES.md b/CHANGES.md
index ff14733fdee8adf9961d9bf975e85e5941bdcfd2..5a12d146dfae4a2fb7e6c583815fc50e79640ecb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Changes
 
 ### Unreleased
 
+* 2020-03-05 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
 * 2020-03-05 - Prepare compatibility for Moodle 3.8.
 
 ### Release v3.7-r4
diff --git a/templates/columns2.mustache b/templates/columns2.mustache
index 235f549b241fb125f496bebda8e63f44b9d90348..70b96ac6f852d40e0ce6082d42ee34b478f5e65d 100644
--- a/templates/columns2.mustache
+++ b/templates/columns2.mustache
@@ -62,6 +62,7 @@
 {{> theme_boost/head }}
 
 <body {{{ bodyattributes }}}>
+{{> core/local/toast/wrapper}}
 
 <div id="page-wrapper" class="d-print-block">
 
diff --git a/templates/columns2.mustache.original b/templates/columns2.mustache.original
index 7fcbfe4f1be044d8ed42af224a119ed39c1d80b1..28a50ad895e2f91a6768899d98ff61fe5ed17e4d 100644
--- a/templates/columns2.mustache.original
+++ b/templates/columns2.mustache.original
@@ -51,6 +51,7 @@
 {{> theme_boost/head }}
 
 <body {{{ bodyattributes }}}>
+{{> core/local/toast/wrapper}}
 
 <div id="page-wrapper" class="d-print-block">