We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002738a commit 0510135Copy full SHA for 0510135
components/com_users/tmpl/reset/confirm.php
@@ -31,7 +31,6 @@
31
<?php endif; ?>
32
<form action="<?php echo Route::_('index.php?task=reset.confirm'); ?>" method="post" class="com-users-reset-confirm__form form-validate form-horizontal well">
33
<?php foreach ($this->form->getFieldsets() as $fieldset) : ?>
34
- <fieldset>
35
<fieldset>
36
<legend><?php echo Text::_('COM_USERS_FIELD_RESET_CONFIRM_TOKEN_LABEL'); ?></legend>
37
<p><?php echo Text::_('COM_USERS_RESET_CONFIRM_LABEL'); ?><p>
0 commit comments