0.0.94
This commit is contained in:
@@ -331,7 +331,7 @@ body.n_scroll{
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
flex-wrap: unset;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block_service.two_cols{
|
.block_service.two_cols{
|
||||||
@@ -1131,4 +1131,25 @@ body.n_scroll{
|
|||||||
object-fit: scale-down;
|
object-fit: scale-down;
|
||||||
object-position: top;
|
object-position: top;
|
||||||
max-height: 50vh;
|
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;
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
<form action="" method="get" >
|
{#p_j - project request#}
|
||||||
{{ project_request_form.as_div }}
|
{% load static %}
|
||||||
</form>
|
{% 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>
|
||||||
@@ -1,4 +1,12 @@
|
|||||||
{% extends 'tb_base.html' %}
|
{% extends 'tb_base.html' %}
|
||||||
{% block CONTENT %}
|
{% 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 %}
|
{% endblock %}
|
||||||
4
templates/widgets/w_input_form_project_request.html
Normal file
4
templates/widgets/w_input_form_project_request.html
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{% load static %}
|
||||||
|
<label>
|
||||||
|
{{ }}
|
||||||
|
</label>
|
||||||
Reference in New Issue
Block a user