mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 18:38:04 +00:00
Add missing column class to the change-password panel
This commit is contained in:
parent
1776482159
commit
bafcf24cc9
1 changed files with 5 additions and 4 deletions
|
@ -123,10 +123,11 @@ block content
|
|||
|
||||
else
|
||||
if settings.overleaf && settings.createV1AccountOnLogin
|
||||
h3 #{translate("change_password")}
|
||||
p
|
||||
| To change your password,
|
||||
| please go to #[a(href=settings.overleaf.host+'/users/edit') Overleaf v1 settings]
|
||||
.col-md-5.col-md-offset-1
|
||||
h3 #{translate("change_password")}
|
||||
p
|
||||
| To change your password,
|
||||
| please go to #[a(href=settings.overleaf.host+'/users/edit') Overleaf v1 settings]
|
||||
|
||||
|
||||
| !{moduleIncludes("userSettings", locals)}
|
||||
|
|
Loading…
Add table
Reference in a new issue