Fix login page layout without OpenId.
When OpenId is disabled and the input therefore is missing from the login the page looks weird. Fix that.
This commit is contained in:
parent
8a7c9d6666
commit
babb45efd8
2 changed files with 3 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
|||
<div id="login-lost-password-link">
|
||||
<a href="lostpass" title="{{$lostpass|escape:'html'}}" id="lost-password-link" >{{$lostlink}}</a>
|
||||
</div>
|
||||
<div id="login-end"></div>
|
||||
</div>
|
||||
|
||||
{{if $openid}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue