Skip to content

Commit

Permalink
Merge branch 'MDL-70169-39' of git://github.com/lameze/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_39_STABLE
  • Loading branch information
junpataleta committed Feb 25, 2021
2 parents 54beada + 8eb4a14 commit bde3b82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/templates/loginform.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,13 @@
<div class="card">
<div class="card-block">
{{#logourl}}
<h2 class="card-header text-center" ><img src="{{logourl}}" class="img-fluid" title="{{sitename}}" alt="{{sitename}}"/></h2>
<h1 class="h2 card-header text-center" >
<span class="sr-only">{{sitename}}: {{#str}} login {{/str}}</span>
<img src="{{logourl}}" class="img-fluid" alt=""/>
</h1>
{{/logourl}}
{{^logourl}}
<h2 class="card-header text-center">{{sitename}}</h2>
<h1 class="h2 card-header text-center" aria-label="{{sitename}}: {{#str}} login {{/str}}">{{sitename}}</h1>
{{/logourl}}
<div class="card-body">
{{#cansignup}}
Expand Down Expand Up @@ -181,7 +184,7 @@
{{/canloginasguest}}

{{#hasidentityproviders}}
<h3 class="h6 mt-2">{{#str}} potentialidps, auth {{/str}}</h3>
<h2 class="h6 mt-2">{{#str}} potentialidps, auth {{/str}}</h2>
<div class="potentialidplist mt-3">
{{#identityproviders}}
<div class="potentialidp">
Expand Down

0 comments on commit bde3b82

Please sign in to comment.