- Добавил активацию нового аккаунта по электронной почте.

https://www.youtube.com/watch?v=yBXs_gtSmUc&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=12
This commit is contained in:
Leonid
2025-02-16 00:19:45 +03:00
parent 27441efde7
commit 2736f3ddf6
17 changed files with 269 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
<@com.page>
<div class="container mt-4">
<table class="table table-striped table-hover">
<thead class="thead-dark">
<thead class="table-sub-heading-color">
<tr>
<th scope="col">Name</th>
<th scope="col">Role</th>
@@ -25,6 +25,6 @@
</#list>
</tbody>
</table>
<a href="/main" class="btn btn-primary">Main page</a>
<a href="/main" class="btn btn-primary">Main page</a>
</div>
</@com.page>