fix button

This commit is contained in:
Administrator 2023-10-11 18:41:52 +03:00
parent f1f7c0e89b
commit 8364d189a4

View File

@ -109,7 +109,7 @@
<tr>
<td></td><td></td>
<td>
<a href="/logout" class="btn btn-primary" style="margin-right: 5px;">Выход из аккаунта</a><a class="btn btn-success">Сохранить данные</a>
<a href="/logout" class="btn btn-primary" style="margin-right: 5px;">Выход из аккаунта</a><button type="submit" class="btn btn-success">Сохранить данные</button>
</td>
</tr>
{% endif %}