From ba89ec31d83b2c4b2b9e191f04fea06fd6a4fc67 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Thu, 5 Mar 2020 10:27:09 +0100 Subject: [PATCH] Adjusted columns2.mustache template due to upstream changes in theme Boost. --- CHANGES.md | 1 + templates/columns2.mustache | 1 + templates/columns2.mustache.original | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ff14733..5a12d14 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 235f549..70b96ac 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 7fcbfe4..28a50ad 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"> -- GitLab