Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2426,6 +2426,7 @@ details[open] summary ~ *{
|
|||||||
|
|
||||||
.news_item>a>div{
|
.news_item>a>div{
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.news_item>div{
|
.news_item>div{
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|||||||
@@ -3,13 +3,15 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="wrapper_advertisement">
|
||||||
<div class="advertisement_block_news">
|
<div class="advertisement_block_news">
|
||||||
<div class="advertisement_content">
|
<div class="advertisement_content">
|
||||||
Сюда вставляется реклама из админки, веротяно баннер
|
Сюда вставляется реклама из админки, веротяно баннер
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="three_pinned_news">
|
<div class="three_pinned_news">
|
||||||
{% for art in articles %}
|
{% for art in articles %}
|
||||||
{% if forloop.counter0 < 3 %}
|
{% if forloop.counter0 < 3 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user