File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ansible/playbooks/roles/encoder-common/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# A filename of a Mojo::Template template to process, returning the email body. Required if notify_actions includes email.
14
14
$notify_email_template = '/srv/sreview/assets/notify-email.ep';
15
15
16
- $notify_email_subject = "Your FOSDEM 2020 talk titled '<%== \$title %>'\\";
16
+ $notify_email_subject = "Your {{ event.fullname }} talk titled '<%== \$title %>'\\";
17
17
18
18
$announce_email_template = '/srv/sreview/assets/announce-email.ep';
19
19
20
- $announce_email_subject = "RELEASED: Your FOSDEM 2020 talk titled '<%== \$title %>'\\";
20
+ $announce_email_subject = "RELEASED: Your {{ event.fullname }} talk titled '<%== \$title %>'\\";
21
21
22
22
# The default event to handle in the webinterface. Ignored by all other parts of sreview.
23
- $event = 'FOSDEM 2020 ';
23
+ $event = '{{ event.fullname }} ';
24
24
25
25
$extra_profiles = {
26
26
FOSDEM => {
You can’t perform that action at this time.
0 commit comments