супер попа (обновление)
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user