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 %}