пепяо с табами

This commit is contained in:
ZAZiOs 2022-11-23 22:29:59 +03:00 committed by GitHub
parent b35cebfa10
commit 4ddd0001fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,27 +30,26 @@
<td class="regform-right">
<input id="password" type="password" name="password" required />
</td>
</tr>
{if $is2faEnabled}
<tr style="text-align: right;">
<td class="regform-left">
<span class="nobold">{_"2fa_code_2"}: </span>
</td>
<td class="regform-right">
<input id="password" type="password" name="password" required />
</td>
</tr>
{/if}
</tr>
{if $is2faEnabled}
<tr style="text-align: right;">
<td class="regform-left">
<span class="nobold">{_"2fa_code_2"}: </span>
</td>
<td class="regform-right">
<input id="password" type="password" name="password" required />
</td>
</tr>
{/if}
<tr>
<td>
</td>
</tr>
</tbody>
</table>
<center>
<center>
<input type="hidden" name="hash" value="{$csrfToken}" />
<input type="submit" value="{_reset_password}" class="button" />
</center>
</center>
</form>
{/block}