This commit is contained in:
SBD
2023-12-08 15:27:02 +03:00
parent e336ed38aa
commit 3a68b0531a
2 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{% if widget.but_title %}
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};">
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};text-decoration: none;">
{{ widget.but_title }}
</a>
{% endif %}

View File

@@ -0,0 +1,15 @@
{% load static %}
<div class="w_one_present {% if forloop|divisibleby:2 %}{% endif %}">
<div class="txt_part_w_one_present">
<div class="title_w_one_present standart_txt">
видеообзор функционала плагина 3D Security Designer
</div>
<div class="splinner_w_one_present"></div>
<div class="description_w_one_present standart_txt">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
</div>
</div>
<div class="img_container_part_w_one_present">
<img class="img_part_w_one_present" src="{% static "images/delete_later/img_f_test_presentation.jpg" %}" alt="">
</div>
</div>