diff --git a/src/agenda_culturel/locale/fr/LC_MESSAGES/django.po b/src/agenda_culturel/locale/fr/LC_MESSAGES/django.po index ddbffa9..74c274c 100644 --- a/src/agenda_culturel/locale/fr/LC_MESSAGES/django.po +++ b/src/agenda_culturel/locale/fr/LC_MESSAGES/django.po @@ -208,4 +208,7 @@ msgid "next month" msgstr "le mois prochain" msgid "Add another" -msgstr "Ajouter une autre" \ No newline at end of file +msgstr "Ajouter une autre" + +msgid "Search" +msgstr "Rechercher" \ No newline at end of file diff --git a/src/agenda_culturel/templates/agenda_culturel/page.html b/src/agenda_culturel/templates/agenda_culturel/page.html index 219548e..126e60b 100644 --- a/src/agenda_culturel/templates/agenda_culturel/page.html +++ b/src/agenda_culturel/templates/agenda_culturel/page.html @@ -23,6 +23,7 @@ {% endblock %} {% load event_extra %} +{% load utils_extra %}