From 6df71dad85bd36830725530c216f5fe5429cbb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihae=C4=BCs=20Mejerovs?= Date: Wed, 22 May 2024 17:17:58 +0000 Subject: [PATCH] Update login.html --- login.html | 48 ++++++++---------------------------------------- 1 file changed, 8 insertions(+), 40 deletions(-) diff --git a/login.html b/login.html index 57fad42..be81d3b 100644 --- a/login.html +++ b/login.html @@ -1,57 +1,25 @@ - - +{% extends "base.html" %} +{% block title %}Login{% endblock %} + Login - + {% block content %} +

Войти в аккаунт

-
+
@@ -60,7 +28,7 @@
- +
@@ -81,5 +49,5 @@ this.classList.toggle('bi-eye-slash-fill'); }); + {% endblock %} - \ No newline at end of file