From bf18c96dbdb866895f68dc1c87defff74cfb921f Mon Sep 17 00:00:00 2001 From: ArtemB Date: Sat, 13 Jan 2024 14:12:25 +0300 Subject: [PATCH] 0.1.337 add google authorization button --- static/css/styles.css | 4 ++++ templates/forms/f_login.html | 11 +++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 44f4003..14704dd 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2671,6 +2671,10 @@ button#send_feedback_form:active{ float: right; } +#reg_or_text{ + margin: 10px; +} + .cards_item_2>.cards_item_text>div, .cards_item_3>.cards_item_text>div{ color: #1d1e20; } diff --git a/templates/forms/f_login.html b/templates/forms/f_login.html index 406b512..dfe923b 100644 --- a/templates/forms/f_login.html +++ b/templates/forms/f_login.html @@ -29,10 +29,13 @@
{% translate "Авторизуясь, вы соглашаетесь с Лицензионным соглашением Политикой конфиденциальности" %}
- {#
Или
#} - {#
#} - {#
Войти через Google
#} - {#
#} +
{% translate "Или" %}
+ + +
+
{% translate "Войти через" %} Google
+
+
{% translate "Нет аккаунта?" %} {% translate "Зарегистрируйтесь" %}