diff --git a/templates/courseformat/content.mustache b/templates/courseformat/content.mustache index 3c35596e84e8caedda0a46df2a1589f1f3a9453a..5aa92147153a494ecf11aa65d28ece30dcd42944 100644 --- a/templates/courseformat/content.mustache +++ b/templates/courseformat/content.mustache @@ -295,6 +295,11 @@ {{> core_courseformat/local/content/addsection}} {{/ core_courseformat/local/content/addsection}} {{/numsections}} + {{#bulkedittools}} + {{$ core_courseformat/local/content/bulkedittools}} + {{> core_courseformat/local/content/bulkedittools}} + {{/ core_courseformat/local/content/bulkedittools}} + {{/bulkedittools}} </div> {{#js}} require(['core_courseformat/local/content'], function(component) {