добавил просмотр пользователей, обновил алгоритм работы авторизации

This commit is contained in:
2024-01-12 20:33:00 +03:00
parent 7f4bdae4be
commit 09cfcdad0a
9 changed files with 135 additions and 16 deletions

View File

@@ -62,11 +62,11 @@
{% block content %}
<div id="form-wrapper">
<h1> Войти </h1>
<form action="{% url 'login' %}" method="POST" id="login-form">
<form method="POST" id="login-form">
{% csrf_token %}
{% if message %}
<div class="form-row error-message">
<div class="form-row value-bad">
{{ message }}
</div>
{% endif %}