супер попа (обновление)

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich
2022-04-16 17:30:06 +10:00
parent c8025acc79
commit 30fd8f0ec3
14 changed files with 623 additions and 338 deletions

View File

@@ -2,15 +2,15 @@
<link href="/css/auth.css" rel="stylesheet">
{% if account is not empty %}
<h3>Аккаунт</h3>
<div>
<p><b>Почта:</b> <span>{{ account.email }}</span></p>
<a class="exit" type="button" href='/account/deauthentication'>Выход</a>
<h3 class="unselectable">Аккаунт</h3>
<div id="account">
<p><b class="unselectable">Почта:</b><span title="{{ account.mail }}">{{ account.mail }}</span></p>
<a class="exit unselectable" type="button" href='/account/deauthentication'>Выход</a>
</div>
{% else %}
<h3>Аутентификация</h3>
<h3 class="unselectable">Аутентификация</h3>
<form method="POST" accept-charset="UTF-8">
<input type="text" name="email" placeholder="Почта">
<input type="text" name="mail" placeholder="Почта">
<input type="password" name="password" placeholder="Пароль">
<div class="submit">