From 985f4ff928c5b3589c54211d1b571a8e1d6ba7f2 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 4 Sep 2019 01:28:44 +0000 Subject: [PATCH] Truncate Ussuri election schedule Since the combined PTL/TC elections resulted in no contested seats, all candidates were acclaimed and no polls were required. Because of this, there is no need for a campaigning week or polling week in the schedule. Shorten these phases to one minute each so that the site renders the expected state. Change-Id: Iff1311a8fbcedf3cd5d39e381d68f10bad376d0e --- configuration.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index bb29eb05..a1d91d55 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -17,10 +17,10 @@ timeline: end: 2019-09-03T23:45 - name: TC Campaigning start: 2019-09-03T23:45 - end: 2019-09-10T23:45 + end: 2019-09-03T23:46 - name: TC Elections - start: 2019-09-10T23:45 - end: 2019-09-17T23:45 + start: 2019-09-03T23:46 + end: 2019-09-03T23:47 - name: PTL Election - start: 2019-09-10T23:45 - end: 2019-09-17T23:45 + start: 2019-09-03T23:46 + end: 2019-09-03T23:47