tellform/public/modules/users/views/password/reset-password-success.client.view.html
2016-06-15 21:39:26 -07:00

5 lines
192 B
HTML
Executable file

<section class="row text-center">
<h3 class="col-md-12">{{ 'PASSWORD_RESET_SUCCESS' | translate }}</h3>
<a href="/#!/" class="col-md-12">{{ 'CONTINUE_TO_LOGIN' | translate }}</a>
</section>