diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 88ba457..1f44cea 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -331,7 +331,7 @@ body.n_scroll{ margin: auto; display: flex; width: 95%; - flex-wrap: unset; + flex-wrap: wrap; } .block_service.two_cols{ @@ -1131,4 +1131,25 @@ body.n_scroll{ object-fit: scale-down; object-position: top; max-height: 50vh; +} + +/* project request*/ + +.first_title_project_request{ + width: 100%; + text-align: left; + font-weight: 400; + font-size: 20px; + margin-bottom: 40px; +} + +.second_title_project_request{ + font-size: 24px; + font-weight: 600; + width: 100%; + text-align: center; +} + +.form_project_request{ + margin-top: 40px; } \ No newline at end of file diff --git a/templates/forms/f_project_request.html b/templates/forms/f_project_request.html index fa42912..44b95b4 100644 --- a/templates/forms/f_project_request.html +++ b/templates/forms/f_project_request.html @@ -1,3 +1,13 @@ -
- {{ project_request_form.as_div }} -
+{#p_j - project request#} +{% load static %} +{% load i18n %} +
+
+
+ {% trans "Личные данные" %} +
+
+ {% in %} +
+
+
\ No newline at end of file diff --git a/templates/pages/p_project_request.html b/templates/pages/p_project_request.html index b42c8e7..9007813 100644 --- a/templates/pages/p_project_request.html +++ b/templates/pages/p_project_request.html @@ -1,4 +1,12 @@ {% extends 'tb_base.html' %} {% block CONTENT %} - {% include "forms/f_project_request.html" %} +
+
+ Подготовка запроса +
+
+ Данные для запроса +
+ {% include "forms/f_project_request.html" %} +
{% endblock %} \ 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 new file mode 100644 index 0000000..72043f8 --- /dev/null +++ b/templates/widgets/w_input_form_project_request.html @@ -0,0 +1,4 @@ +{% load static %} + \ No newline at end of file