From 371580015c6c54657b1f6b4a54608002b727d441 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 17 Jan 2025 08:42:07 +0100 Subject: [PATCH] fix(gestioncof/cms): The tag ifnotequal has been deprecated for 5 years and has now been removed --- gestioncof/cms/templates/cofcms/cof_actu_index_page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gestioncof/cms/templates/cofcms/cof_actu_index_page.html b/gestioncof/cms/templates/cofcms/cof_actu_index_page.html index 4508a66c..a1ea29ed 100644 --- a/gestioncof/cms/templates/cofcms/cof_actu_index_page.html +++ b/gestioncof/cms/templates/cofcms/cof_actu_index_page.html @@ -22,10 +22,10 @@
{% if actus.has_previous %} - {% trans "Actualités plus récentes" %} + {% trans "Actualités plus récentes" %} {% endif %} {% if actus.has_next %} - {% trans "Actualités plus anciennes" %} + {% trans "Actualités plus anciennes" %} {% endif %} {% for actu in page.actus %} @@ -44,10 +44,10 @@ {% endfor %} {% if actus.has_previous %} - {% trans "Actualités plus récentes" %} + {% trans "Actualités plus récentes" %} {% endif %} {% if actus.has_next %} - {% trans "Actualités plus anciennes" %} + {% trans "Actualités plus anciennes" %} {% endif %}
{% endblock %}