diff --git a/indymeet/templates/blocks/left-image-right-text.html b/indymeet/templates/blocks/left-image-right-text.html index 161f69b6..8ca98e60 100644 --- a/indymeet/templates/blocks/left-image-right-text.html +++ b/indymeet/templates/blocks/left-image-right-text.html @@ -1,7 +1,7 @@ {% load wagtailimages_tags %}
-
+
{% image value.image width-1000 %}
diff --git a/indymeet/templates/blocks/quote-block.html b/indymeet/templates/blocks/quote-block.html index 1287e38c..483b20b1 100644 --- a/indymeet/templates/blocks/quote-block.html +++ b/indymeet/templates/blocks/quote-block.html @@ -1,5 +1,5 @@
-
+

{{ value.quote|safe }}

diff --git a/indymeet/templates/blocks/quote-left-image.html b/indymeet/templates/blocks/quote-left-image.html index ce98db59..3646f484 100644 --- a/indymeet/templates/blocks/quote-left-image.html +++ b/indymeet/templates/blocks/quote-left-image.html @@ -1,7 +1,7 @@ {% load wagtailimages_tags %}
-
+
{% image value.image fill-600x600-c50 %}
diff --git a/indymeet/templates/blocks/rich_text.html b/indymeet/templates/blocks/rich_text.html index b16600ec..4c875fdd 100644 --- a/indymeet/templates/blocks/rich_text.html +++ b/indymeet/templates/blocks/rich_text.html @@ -1,3 +1,3 @@ -
+
{{ value.text|safe }}
diff --git a/indymeet/templates/blocks/right-image-left-text.html b/indymeet/templates/blocks/right-image-left-text.html index ce98bb1b..66f3a103 100644 --- a/indymeet/templates/blocks/right-image-left-text.html +++ b/indymeet/templates/blocks/right-image-left-text.html @@ -1,10 +1,10 @@ {% load wagtailimages_tags %}
-
+
-

+

{{ value.text|safe }}

diff --git a/indymeet/templates/blocks/text-image-heading.html b/indymeet/templates/blocks/text-image-heading.html index 9b0cce0f..9461e433 100644 --- a/indymeet/templates/blocks/text-image-heading.html +++ b/indymeet/templates/blocks/text-image-heading.html @@ -2,7 +2,7 @@

{{ value.heading|safe }}

-
+
{% image value.image width-1000 %}
diff --git a/indymeet/templates/blocks/text-with-heading-left-image.html b/indymeet/templates/blocks/text-with-heading-left-image.html index 485beb40..8ce93b3c 100644 --- a/indymeet/templates/blocks/text-with-heading-left-image.html +++ b/indymeet/templates/blocks/text-with-heading-left-image.html @@ -2,7 +2,7 @@

{{ value.heading|safe }}

-
+
{% image value.image width-1000 %}
diff --git a/indymeet/templates/blocks/text-with-heading-right-image.html b/indymeet/templates/blocks/text-with-heading-right-image.html index e9d26b34..91915fdc 100644 --- a/indymeet/templates/blocks/text-with-heading-right-image.html +++ b/indymeet/templates/blocks/text-with-heading-right-image.html @@ -2,10 +2,10 @@

{{ value.heading|safe }}

-
+
-

+

{{ value.text|safe }}

diff --git a/indymeet/templates/blocks/text-with-heading.html b/indymeet/templates/blocks/text-with-heading.html index 25968cfd..610b2786 100644 --- a/indymeet/templates/blocks/text-with-heading.html +++ b/indymeet/templates/blocks/text-with-heading.html @@ -1,7 +1,7 @@

{{ value.heading }}

-
+

{{ value.text|safe }}