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