Fix layout issues in oauth views
This commit is contained in:
@@ -2,21 +2,24 @@
|
||||
|
||||
<!-- tester -->
|
||||
|
||||
<center>
|
||||
<h1>Password reset successful</h1>
|
||||
</center>
|
||||
<div class="layout-content">
|
||||
|
||||
<br/>
|
||||
<center>
|
||||
<h2>Password reset successful</h2>
|
||||
</center>
|
||||
|
||||
<div class="container">
|
||||
<br/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<center class="col-md-6 col-md-offset-3">
|
||||
<p>An email was sent to you with a link to set a new password.</p>
|
||||
<br/>
|
||||
<br/>
|
||||
If you have not received any email, simply <a href="/api/v1/session/password/resetRequest.html">try again</a>.
|
||||
</center>
|
||||
<div class="col-md-6 col-md-offset-3 text-center">
|
||||
<p>An email was sent to you with a link to set a new password.</p>
|
||||
<br/>
|
||||
<br/>
|
||||
If you have not received any email, simply <a href="/api/v1/session/password/resetRequest.html">try again</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% include footer %>
|
||||
|
||||
Reference in New Issue
Block a user