README.md
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title text-center mb-4">Вход в систему</h4>
|
||||
<p class="text-secondary text-center mb-3">Войдите под своей учётной записью</p>
|
||||
|
||||
<form method="POST" action="{{ url_for('login') }}">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||
<div class="mb-3">
|
||||
@@ -22,7 +22,7 @@
|
||||
<button type="submit" class="btn btn-secondary w-100">Войти</button>
|
||||
</form>
|
||||
<div class="text-center mt-3">
|
||||
<span class="text-secondary small">Если у вас нет аккаунта, обратитесь к администратору</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user