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

5 lines
210 B
HTML
Executable file

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