Skip to content
Snippets Groups Projects
Commit 89de04b2 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #180

parent 5e1413c1
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ class Education::Program < ApplicationRecord ...@@ -94,6 +94,7 @@ class Education::Program < ApplicationRecord
accepts_nested_attributes_for :university_person_involvements, reject_if: :all_blank, allow_destroy: true accepts_nested_attributes_for :university_person_involvements, reject_if: :all_blank, allow_destroy: true
enum level: { enum level: {
not_applicable: 0,
primary: 40, primary: 40,
secondary: 60, secondary: 60,
high: 80, high: 80,
......
...@@ -75,10 +75,11 @@ en: ...@@ -75,10 +75,11 @@ en:
dut: DUT dut: DUT
first_year: First year first_year: First year
high: High School high: High School
secondary: Secondary school
second_year: Second year
master: Master master: Master
not_applicable: Not applicable
primary: Primary school primary: Primary school
secondary: Secondary school
second_year: Second year
simple_form: simple_form:
hints: hints:
education_program: education_program:
......
...@@ -76,6 +76,7 @@ fr: ...@@ -76,6 +76,7 @@ fr:
first_year: Bac + 1 first_year: Bac + 1
high: Lycée high: Lycée
master: Master master: Master
not_applicable: Non applicable
primary: École primaire primary: École primaire
secondary: Collège secondary: Collège
second_year: Bac + 2 second_year: Bac + 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment