Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2024-01-12 18:21:18 +03:00
6 changed files with 11 additions and 7 deletions

View File

@@ -450,8 +450,8 @@ body.n_scroll{
.photo_container_descript_process{
text-align: center;
width: 65px;
height: 65px;
width: 150px;
height: 150px;
}
.txt_descript_process.standart_txt{
@@ -463,8 +463,8 @@ body.n_scroll{
/*text-transform: uppercase;*/
}
.img_descript_process{
width: 65px;
height: 65px;
width: 150px;
height: 150px;
object-fit: contain;
object-position: bottom;
}

View File

@@ -43,6 +43,7 @@ function renderContent (el=null) {
} else {
data['section_url'] = el.dataset['url']
}
data['csrfmiddlewaretoken'] = $('input[name=csrfmiddlewaretoken]').val();
let language = $('html').attr('lang');
data['lang'] = language
$.ajax({