Skip to content

Commit

Permalink
Fix footer block
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed May 2, 2024
1 parent b96b5bf commit 68723f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/blocks/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "dsfr/footer.html" %}
{% load i18n wagtailimages_tags menu_tags %}
{% load i18n wagtailcore_tags wagtailimages_tags menu_tags %}

{% block footer_brand %}
{% translate "Back to home page" as back_to_home_label %}
Expand Down Expand Up @@ -35,9 +35,9 @@
{% endif %}
{% endblock footer_brand %}

{% block footer_content %}
{{ settings.content_manager.CmsDsfrConfig.footer_description | safe }}
{% endblock footer_content %}
{% block footer_description %}
{{ settings.content_manager.CmsDsfrConfig.footer_description | richtext }}
{% endblock footer_description %}

{% block footer_links %}
{% flat_menu handle="footer" template="menus/custom_flat_menu_footer.html" %}
Expand Down

0 comments on commit 68723f8

Please sign in to comment.