0.0.243 upd bug from 17:11 to 17:52

This commit is contained in:
2023-11-20 15:20:40 +03:00
parent 534defa36b
commit f7a587b7a5
5 changed files with 101 additions and 20 deletions

View File

@@ -8,8 +8,9 @@
</div>
</div>
<div class="self_news">
<div><img class="self_news_img" src="{{ MEDIA_URL }}{{ art.picture }}" /></div>
<div class="self_news_header">{{ art.name }}</div>
<div><img class="self_news_img" src="{{ MEDIA_URL }}{{ art.picture }}" /></div>
<div class="self_news_description">{{ art.description }}</div>
<div class="self_news_text">{{ art.text|safe }}</div>
</div>