From 5e0d5f4b91bc96730d371148e48d3f7e7449a099 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Mon, 9 Sep 2024 23:49:40 +0300 Subject: [PATCH] TRI-254 Replace placeholder text for registration form --- static/css/styles.css | 10 ++++++++++ templates/forms/f_registration.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index e5b7d71..74408ca 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1000,6 +1000,16 @@ section.register>form { display: inline-block; width: 90%; } +.necessary_text { + color: rgba(39, 36, 36, 0.60); + /* Body text 3 */ + font-size: 14px; + font-style: normal; + font-weight: 400; + line-height: 20px; + display: inline-block; + width: 100%; +} .button_register>button { display: block; diff --git a/templates/forms/f_registration.html b/templates/forms/f_registration.html index 0ddbb6b..86937f1 100644 --- a/templates/forms/f_registration.html +++ b/templates/forms/f_registration.html @@ -17,7 +17,7 @@ onsubmit="ym(97070898,'reachGoal','Registration'); return true;" > {% csrf_token %} -
{% trans "Обязательные поля помечены значком *" %}
+
{% trans "Обязательные поля помечены значком *" %}