You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
343 B
15 lines
343 B
4 years ago
|
<div class="content shadow p-4 mb-4">
|
||
|
<?= $this->partial('../app/views/partials/message.php'); ?>
|
||
|
|
||
|
<?php if (!$this->newPassword) { ?>
|
||
|
<h1>Reset password</h1>
|
||
|
<p>Please fill in one of the fields.</p>
|
||
|
<?php } else { ?>
|
||
|
<h1>Set new password</h1>
|
||
|
<?php } ?>
|
||
|
|
||
|
<?= $this->partial($this->injectView); ?>
|
||
|
|
||
|
<div class="pb-5"></div>
|
||
|
</div>
|