- {% for widget in block.rel_widgets_for_block.all %}
+ {% for widget in block.get_widgets %}
{% if widget.picture %}
diff --git a/templates/blocks/b_photo150_n_title.html b/templates/blocks/b_photo150_n_title.html
index 86e4b2d..7b3565b 100644
--- a/templates/blocks/b_photo150_n_title.html
+++ b/templates/blocks/b_photo150_n_title.html
@@ -6,9 +6,9 @@
{{ block.title }}
- {% if block.rel_widgets_for_block.all %}
+ {% if block.get_widgets %}
- {% for b_widget in block.rel_widgets_for_block.all %}
+ {% for b_widget in block.get_widgets %}
{% if b_widget.picture %}
diff --git a/templates/pages/content/c_section_content.html b/templates/pages/content/c_section_content.html
index 904e010..d446789 100644
--- a/templates/pages/content/c_section_content.html
+++ b/templates/pages/content/c_section_content.html
@@ -17,7 +17,7 @@
{{ page.title }}
{% endif %}
{% if page.text %}
-
{{ page.text|safe }}
+
{{ page.text|safe }}
{% endif %}