This commit is contained in:
SBD
2023-12-09 14:54:28 +03:00
parent cfd649b21b
commit 0ce1b0986d
4 changed files with 48 additions and 5 deletions

View File

@@ -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;
}

View File

@@ -1,3 +1,13 @@
<form action="" method="get" >
{{ project_request_form.as_div }}
</form>
{#p_j - project request#}
{% load static %}
{% load i18n %}
<form class="form_project_request" name="project_request">
<div class="group_fields_form_p_j">
<div class="title_of_group_from_p_j">
{% trans "Личные данные" %}
</div>
<div class="content_group_inputs_f_p_j">
{% in %}
</div>
</div>
</form>

View File

@@ -1,4 +1,12 @@
{% extends 'tb_base.html' %}
{% block CONTENT %}
{% include "forms/f_project_request.html" %}
<div class="cut-width">
<div class="first_title_project_request">
Подготовка запроса
</div>
<div class="second_title_project_request">
Данные для запроса
</div>
{% include "forms/f_project_request.html" %}
</div>
{% endblock %}

View File

@@ -0,0 +1,4 @@
{% load static %}
<label>
{{ }}
</label>