0.0.15 block plugin
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
{% for block in cur_section.blocks.all %}
|
||||
{% if block.block_type == 'photo150_n_title' %}
|
||||
{% include 'blocks/b_photo150_n_title.html' %}
|
||||
{% elif block.block_type == 'how_work' %}
|
||||
{% include 'blocks/b_how_with_us_working.html' %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% include 'blocks/b_3d_s_d.html' %}
|
||||
{% if cur_section.plugin_presentation.all %}
|
||||
{% include 'blocks/b_3d_s_d.html' with block=cur_section.plugin_presentation.all.0 %}
|
||||
{% endif %}
|
||||
{% include 'blocks/b_faq.html' %}
|
||||
Reference in New Issue
Block a user