Add working authorization and registration

This commit is contained in:
2022-09-17 00:05:08 +03:00
parent 7582330b1b
commit 59ec0647dc
7 changed files with 43 additions and 19 deletions

View File

@@ -1,6 +1,14 @@
{% extends 'base.html' %}
{% block title %} Аккаунт | вход {% endblock %}
{% block styles %}
<style>
.error_class {
border: red solid 2px;
}
</style>
{% endblock %}
{% block content %}
<h1> Ваш аккаунт </h1>
<h3>Вход</h3>