From 106660bbd352ac8d1130e7576bcb3de9614133b1 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 22 Aug 2019 20:28:44 +0000 Subject: [PATCH] Add nomination start info to open season templates In the E-mail templates for opening the election season, incorporate information with the start date and time for nominations. Change-Id: I51f9f6d6432668f9b8223d3d54f598098c33754b --- openstack_election/templates/combined_election_season.j2 | 2 ++ openstack_election/templates/ptl_election_season.j2 | 2 ++ openstack_election/templates/tc_election_season.j2 | 2 ++ 3 files changed, 6 insertions(+) diff --git a/openstack_election/templates/combined_election_season.j2 b/openstack_election/templates/combined_election_season.j2 index 96ac786a..35fc8e77 100644 --- a/openstack_election/templates/combined_election_season.j2 +++ b/openstack_election/templates/combined_election_season.j2 @@ -3,6 +3,8 @@ Subject: [all][elections] Combined PTL/TC Election Season Election details: https://governance.openstack.org/election/ +The nomination period officially begins {{ start_nominations }}. + Please read the stipulations and timelines for candidates and electorate contained in this governance documentation. diff --git a/openstack_election/templates/ptl_election_season.j2 b/openstack_election/templates/ptl_election_season.j2 index 9b2acd98..41830906 100644 --- a/openstack_election/templates/ptl_election_season.j2 +++ b/openstack_election/templates/ptl_election_season.j2 @@ -3,6 +3,8 @@ Subject: [all][elections] PTL Election Season Election details: https://governance.openstack.org/election/ +The nomination period officially begins {{ start_nominations }}. + Please read the stipulations and timelines for candidates and electorate contained in this governance documentation. diff --git a/openstack_election/templates/tc_election_season.j2 b/openstack_election/templates/tc_election_season.j2 index 0fffcff4..546ea14d 100644 --- a/openstack_election/templates/tc_election_season.j2 +++ b/openstack_election/templates/tc_election_season.j2 @@ -3,6 +3,8 @@ Subject: [all][elections] TC Election Season Election details: https://governance.openstack.org/election/ +The nomination period officially begins {{ start_nominations }}. + Please read the stipulations and timelines for candidates and electorate contained in this governance documentation.