From 0c73e666e1c2f02dc44eb267be0004be33ba5281 Mon Sep 17 00:00:00 2001 From: "Chris Baudouin, Jr" Date: Fri, 3 Apr 2020 02:14:15 -0400 Subject: [PATCH] style(config): Removes unused event_is_over flag (#208) --- config/app.yml | 1 - config/locales/en.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/app.yml b/config/app.yml index 62b077943..1ddd64947 100644 --- a/config/app.yml +++ b/config/app.yml @@ -3,7 +3,6 @@ defaults: &defaults # Logic config registration_is_open: true - event_is_over: false last_day_to_apply: "<%= Date.new(2000, 1, 1).to_s %>" event_start_date: "<%= Date.new(2000, 1, 1).to_s %>" auto_late_waitlist: false diff --git a/config/locales/en.yml b/config/locales/en.yml index 191db0f2a..9a13eb5b5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -56,7 +56,6 @@ en: is_home: The "home" school is separated from all other schools on dashboard metrics. hackathon_config: registration_is_open: Specify that registration is open. This does not block registration; it only changes messaging around it. - event_is_over: Specify that the event is over last_day_to_apply: 'Last date to apply to your hackathon (format: YYYY-MM-DD)' event_start_date: 'Start date of your hackathon (format: YYYY-MM-DD)' auto_late_waitlist: Automatically set application status to "late waitlist" for new applications