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

18 lines
592 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_INVALID' | translate }}
</h3>
<div class="col-md-12 text-center">
<a class="btn btn-signup btn-rounded btn-block" href="/#!/password/forgot" >
{{ 'ASK_FOR_NEW_PASSWORD' | translate }}
</a>
</div>
</div>
</div>
</section>