сделал частично работающую статистику

This commit is contained in:
2024-10-31 15:29:57 +03:00
parent e8eeee3755
commit a7f323a07c
9 changed files with 565 additions and 86 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Вход</title>
<title>RSCM-101 | Вход</title>
<link rel="stylesheet" type="text/css" href="/style.css">
<style>
#form-wrapper {
@@ -62,13 +62,12 @@
<div id="form-wrapper">
<h1> Вход </h1>
<form method="POST" id="login-form">
{% csrf_token %}
{% if message %}
<div class="form-row value-bad">
{{ message }}
</div>
{% endif %}
<!-- {% csrf_token %}-->
<!-- {% if message %}-->
<!-- <div class="form-row value-bad">-->
<!-- {{ message }}-->
<!-- </div>-->
<!-- {% endif %}-->
<div class="form-row">
<label for="username">Имя пользователя</label>