From 1d2942d0ce87f3e080c37eeda62cd010452554fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cha=C3=AFb=20Martinez?= Date: Wed, 17 Jul 2024 11:03:46 +0200 Subject: [PATCH] add custom footer license block (#159) * add custom footer license block * Apply suggestions from code review Used same naming convention as the other blocks on the page (named after the enclosing div class, with underscores and 'extra' at the end) --------- Co-authored-by: Sylvain Boissel --- dsfr/templates/dsfr/footer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsfr/templates/dsfr/footer.html b/dsfr/templates/dsfr/footer.html index be1655888..73b71fd1d 100644 --- a/dsfr/templates/dsfr/footer.html +++ b/dsfr/templates/dsfr/footer.html @@ -117,6 +117,8 @@ target="_blank" rel="noopener external" title="{{ etalab_license|capfirst }} - {{ new_window_label }}">{{ etalab_license }} + {% block footer_bottom_extra %} + {% endblock footer_bottom_extra %}