Skip to content
Snippets Groups Projects
Commit a05ba59b authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Adjusted login.mustache template due to upstream changes in theme Boost.

parent e3efc8ee
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2019-06-03 - Adjusted login.mustache template due to upstream changes in theme Boost.
* 2019-06-03 - Adjusted footer.mustache template due to upstream changes in theme Boost.
* 2019-06-03 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
* 2019-06-03 - Further formal changes to the renderers to be constistent with Moodle core.
......
......@@ -44,7 +44,7 @@
<div id="page" class="container-fluid mt-0">
<div id="page-content" class="row">
<div id="region-main-box" class="col-12">
<section id="region-main" class="col-12">
<section id="region-main" class="col-12" aria-label="{{#str}}content{{/str}}">
{{{ output.course_content_header }}}
{{{ output.main_content }}}
{{{ output.course_content_footer }}}
......
......@@ -40,7 +40,7 @@
<div id="page" class="container-fluid mt-0">
<div id="page-content" class="row">
<div id="region-main-box" class="col-12">
<section id="region-main" class="col-12">
<section id="region-main" class="col-12" aria-label="{{#str}}content{{/str}}">
{{{ output.course_content_header }}}
{{{ output.main_content }}}
{{{ output.course_content_footer }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment