Compare commits

...

2 Commits

Author SHA1 Message Date
Nat Dean-Lewis 227db411fb feat: update json 4 weeks ago
Nat Dean-Lewis 0c8753c16b feat: push back new logs_end_date 4 weeks ago
  1. 2
      Gemfile.lock
  2. 2
      app/models/form.rb

2
Gemfile.lock

@ -253,7 +253,7 @@ GEM
jmespath (1.6.2) jmespath (1.6.2)
jsbundling-rails (1.3.0) jsbundling-rails (1.3.0)
railties (>= 6.0.0) railties (>= 6.0.0)
json (2.19.8) json (2.20.0)
json-schema (4.1.1) json-schema (4.1.1)
addressable (>= 2.8) addressable (>= 2.8)
jwt (3.2.0) jwt (3.2.0)

2
app/models/form.rb

@ -21,7 +21,7 @@ class Form
}, },
2025 => { 2025 => {
submission_deadline: Time.zone.local(2026, 6, 5), submission_deadline: Time.zone.local(2026, 6, 5),
new_logs_end_date: Time.zone.local(2026, 7, 3), new_logs_end_date: Time.zone.local(2026, 7, 12),
edit_end_date: Time.zone.local(2026, 8, 1), edit_end_date: Time.zone.local(2026, 8, 1),
}, },
2026 => { 2026 => {

Loading…
Cancel
Save