Email subject - change prefix [Indico]

Dear community,

I’m trying to find a way to change prefix of e-mail header that is being sent i.e. on abstract submmission.
When I get the e-mail the subject has a prefix [Indico] and I would like it to be [my conference abbrevation].
Is it possible to enter this in administration of the event, or it could be manually altered in indico templates?

Ivo

Hi, you can use the template override functionality and override the {% block subject_prefix %} for some of the email templates.

Note that the event variable may NOT always be available, so you CANNOT just override emails/base.txt (or emails/base.html) and change it there; this would break emails where the event is not available.