[#1110] use modern rather than legacy tags in default mail templates

This commit is contained in:
Frederic Merizen 2017-12-22 19:34:40 +01:00
parent deea23139f
commit 75a3d0f3db
12 changed files with 21 additions and 21 deletions

View file

@ -7,7 +7,7 @@ module Mails
SLUG = "closed_mail"
TEMPLATE_NAME = "mails/closed_mail"
DISPLAYED_NAME = "Accusé d'acceptation"
DEFAULT_OBJECT = 'Votre dossier TPS nº --numero_dossier-- a été accepté'
DEFAULT_OBJECT = 'Votre dossier TPS nº --numéro du dossier-- a été accepté'
IS_DOSSIER_TERMINE = true
end
end