tellform/public/modules/users/views/password/reset-password-success.client.view.html

17 lines
572 B
HTML
Executable file

<section class="row auth" data-ng-controller="PasswordController">
<div class="row valign">
<div class="col-md-4 col-md-offset-4">
<div class="col-md-12 text-center" style="padding-bottom: 50px;">
<img src="/static/modules/core/img/logo_white.svg" height="100px">
</div>
<h3 class="col-md-12 text-center">{{ 'PASSWORD_RESET_SUCCESS' | translate }}</h3>
<div class="col-md-12 text-center">
<a class="btn btn-signup btn-rounded btn-block" href="/#!/signin" >
{{ 'CONTINUE_TO_LOGIN' | translate }}
</a>
</div>
</div>
</div>
</section>