0.4.8 get widgets fix
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
<div class="large_txt h_w_u_w">
|
||||
{{ block.name }}
|
||||
</div>
|
||||
{% if block.rel_widgets_for_block.all %}
|
||||
{% if block.get_widgets %}
|
||||
<div class="descript_process_block">
|
||||
{% for widget in block.rel_widgets_for_block.all %}
|
||||
{% for widget in block.get_widgets %}
|
||||
|
||||
<div class="descript_process_container">
|
||||
{% if widget.picture %}
|
||||
|
||||
Reference in New Issue
Block a user