Skip to content

Commit

Permalink
style(config): Removes unused event_is_over flag (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaudouinjr authored Apr 3, 2020
1 parent 889fbd0 commit 0c73e66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>not</strong> 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
Expand Down

0 comments on commit 0c73e66

Please sign in to comment.