сделал частично работающую статистику
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user