Add working authorization and registration
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user