remove 'new comment' email templates, no longer used

This commit is contained in:
Frédéric Péters 2012-08-16 14:11:57 +02:00
parent 16962ac7b7
commit a8ef9df508
1 changed files with 0 additions and 36 deletions

View File

@ -694,40 +694,4 @@ A form just changed, you can consult it with this link:
[end]
'''))
EmailsDirectory.register('comment_user', N_('Notification of comment to user'),
N_('Available variables: name, url, evolution'),
category = N_('Workflow'),
default_subject = N_('New comment on form'),
default_body = N_('''\
Hello,
New information has been submitted on the form you submitted, you can
consult it with this link:
[url]
[if-any evolution]
[evolution]
[end]
'''))
EmailsDirectory.register('comment_receiver', N_('Notification of comment to receiver'),
N_('Available variables: name, url, evolution'),
category = N_('Workflow'),
default_subject = N_('Form status comment [name]'),
default_body = N_('''\
Hello,
A form just changed, you can consult it with this link:
[url]
[if-any evolution]
[evolution]
[end]
'''))
Substitutions.register('form_name', category=N_('Form'), comment=N_('Form Name'))