добавил страницу ошибки Bad request и права пользователей, добавил форму регистрации

This commit is contained in:
2024-01-17 19:36:35 +03:00
parent feb18af30b
commit ac8fc87753
9 changed files with 139 additions and 22 deletions

View File

@@ -1,6 +1,8 @@
{% extends 'base.html' %}
{% load static %}
{% block title %} Вход {% endblock %}
{% block styles %}
<style>
#form-wrapper {
@@ -55,13 +57,11 @@
</style>
{% endblock %}
{% block header %}
<h1> Вход </h1>
{% endblock %}
{% block header %}{% endblock %}
{% block content %}
<div id="form-wrapper">
<h1> Войти </h1>
<h1> Вход </h1>
<form method="POST" id="login-form">
{% csrf_token %}