mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
пепяо с табами
This commit is contained in:
parent
b35cebfa10
commit
4ddd0001fc
1 changed files with 13 additions and 14 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue