From 856501864953b79e5378fd08cf4e79d800af96a8 Mon Sep 17 00:00:00 2001 From: SBD Date: Sat, 9 Dec 2023 15:51:49 +0300 Subject: [PATCH] 0.0.96 --- static/aerbimCSS.css | 4 ++++ templates/forms/f_project_request.html | 4 +++- templates/widgets/w_input_form_project_request.html | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 43730fd..5a6b4c6 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -1155,4 +1155,8 @@ body.n_scroll{ .form_project_request{ margin-top: 40px; +} + +.label_f_project_request{ + } \ No newline at end of file diff --git a/templates/forms/f_project_request.html b/templates/forms/f_project_request.html index ca67a7c..27eaf4b 100644 --- a/templates/forms/f_project_request.html +++ b/templates/forms/f_project_request.html @@ -7,7 +7,9 @@ {% trans "Личные данные" %}
- {% include "widgets/w_input_form_project_request.html" %} + {% with label=project_request_form.fields.firstname.label %} + {% include "widgets/w_input_form_project_request.html" %} + {% endwith %}
\ No newline at end of file diff --git a/templates/widgets/w_input_form_project_request.html b/templates/widgets/w_input_form_project_request.html index 49c362a..a2fbda9 100644 --- a/templates/widgets/w_input_form_project_request.html +++ b/templates/widgets/w_input_form_project_request.html @@ -1,4 +1,4 @@ {% load static %} -