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

5 lines
210 B
HTML
Raw Normal View History

2015-06-29 22:51:29 +00:00
<section class="row text-center">
2016-06-16 00:38:22 +00:00
<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>