tao-test/app/tao/views/templates/passwordRecovery/password-reset.tpl

8 lines
185 B
Smarty

<?php
use oat\tao\helpers\Layout;
?>
<div class="password-recovery-form entry-point entry-point-container">
<h1><?= __("Change password") ?></h1>
<?= get_data('form') ?>
</div>