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

4 lines
160 B
HTML
Raw Normal View History

2015-06-29 22:51:29 +00:00
<section class="row text-center">
<h3 class="col-md-12">Password successfully reset</h3>
<a href="/#!/" class="col-md-12">Continue to home page</a>
</section>