0.1.1 fix css, add buttons
This commit is contained in:
@@ -8,19 +8,20 @@
|
||||
</div>
|
||||
{% if block.rel_widgets_for_block.all %}
|
||||
<div class="descript_process_block">
|
||||
{% for b_widget in block.rel_widgets_for_block.all %}
|
||||
{% for widget in block.rel_widgets_for_block.all %}
|
||||
|
||||
<div class="descript_process_container">
|
||||
{% if b_widget.picture %}
|
||||
{% if widget.picture %}
|
||||
<div class="photo_container_descript_process">
|
||||
<img class="img_descript_process" src="{{ MEDIA_URL }}{{ b_widget.picture }}">
|
||||
<img class="img_descript_process" src="{{ MEDIA_URL }}{{ widget.picture }}">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if b_widget.name %}
|
||||
{% if widget.name %}
|
||||
<div class="txt_descript_process standart_txt">
|
||||
{{ b_widget.name }}
|
||||
{{ widget.name }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% include "blocks/block_elements/be_button.html" %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{# <div class="descript_process_container">#}
|
||||
|
||||
Reference in New Issue
Block a user