diff --git a/apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html b/apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html index 199023513e..65db7190e5 100644 --- a/apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html +++ b/apps/organisations/templates/a4_candy_organisations/organisation_data_protection.html @@ -14,7 +14,9 @@

{% translate 'Data protection' %}

- {{ organisation.data_protection|richtext }} +
+ {{ organisation.data_protection|richtext }} +
{% include 'footer_upper.html' with organisation=organisation %} diff --git a/apps/organisations/templates/a4_candy_organisations/organisation_imprint.html b/apps/organisations/templates/a4_candy_organisations/organisation_imprint.html index 6705703922..9bd30c4dd0 100644 --- a/apps/organisations/templates/a4_candy_organisations/organisation_imprint.html +++ b/apps/organisations/templates/a4_candy_organisations/organisation_imprint.html @@ -14,7 +14,9 @@

{% translate 'Imprint' %}

- {{ organisation.imprint|richtext }} +
+ {{ organisation.imprint|richtext }} +
{% include 'footer_upper.html' with organisation=organisation %} diff --git a/apps/organisations/templates/a4_candy_organisations/organisation_information.html b/apps/organisations/templates/a4_candy_organisations/organisation_information.html index 4bb68472dd..b834fad50a 100644 --- a/apps/organisations/templates/a4_candy_organisations/organisation_information.html +++ b/apps/organisations/templates/a4_candy_organisations/organisation_information.html @@ -1,5 +1,16 @@ {% extends 'base.html' %} -{% load ckeditor_tags i18n thumbnail wagtailcore_tags %} +{% load static ckeditor_tags i18n thumbnail wagtailcore_tags %} + + +{% block extra_css %} + {{ block.super }} + +{% endblock %} + +{% block extra_js %} + {{ block.super }} + +{% endblock %} {% block title %}{% translate 'Information' %} — {{ block.super }}{% endblock %} @@ -17,7 +28,9 @@

{% translate 'Information' %}

- {{ organisation.information | transform_collapsibles | richtext }} +
+ {{ organisation.information | transform_collapsibles | richtext }} +
diff --git a/apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html b/apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html index 554c16d403..16fc58b92d 100644 --- a/apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html +++ b/apps/organisations/templates/a4_candy_organisations/organisation_netiquette.html @@ -14,7 +14,9 @@

{% translate 'Netiquette' %}

- {{ organisation.netiquette|richtext }} +
+ {{ organisation.netiquette|richtext }} +
{% include 'footer_upper.html' with organisation=organisation %} diff --git a/apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html b/apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html index 66ff64dd8b..04ff7520a8 100644 --- a/apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html +++ b/apps/organisations/templates/a4_candy_organisations/organisation_terms_of_use.html @@ -14,7 +14,9 @@

{% translate 'Terms of use' %}

- {{ organisation.terms_of_use|richtext }} +
+ {{ organisation.terms_of_use|richtext }} +
{% include 'footer_upper.html' with organisation=organisation %}