#: models/pro.py:146 templates/teleforma/seminar_detail.html:50
#: templates/teleforma/seminars.html:98 views/pro.py:298
msgid "validated"
-msgstr "validé"
+msgstr "validée"
#: models/pro.py:147
msgid "date submitted"
#: templates/teleforma/testimonials.html:83
#: templates/teleforma/inc/answer_list.html:41
msgid " validated"
-msgstr "validé"
+msgstr " validé"
#: templates/teleforma/answers.html:25
#: templates/teleforma/course_media.html:34
#: templates/teleforma/inc/question_list.html:25
#: templates/teleforma/inc/question_step.html:16
msgid "Validated"
-msgstr "validé"
+msgstr "Validé"
#: templates/teleforma/inc/seminar_description.html:12
msgid "duration"
else:
text = render_to_string('teleforma/messages/answer_validated.txt', context)
- subject = seminar.title + ' : ' + unicode(_('answer')) + 'n°' + \
- context['rank'] + ' ' + unicode(_('validated')).decode('utf8')
+ a = _('answer').decode('utf8')
+ v = _('validated').decode('utf8')
+ subject = '%s : %s n° %s %s' % (seminar.title, a, str(context['rank']), v)
mess = Message(sender=sender, recipient=user, subject=subject, body=text)
mess.moderation_status = 'a'