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
accepts_nested_attributes_for :university_person_involvements, reject_if: :all_blank, allow_destroy: true
enum level: {
not_applicable: 0,
primary: 40,
secondary: 60,
high: 80,
......
......@@ -75,10 +75,11 @@ en:
dut: DUT
first_year: First year
high: High School
secondary: Secondary school
second_year: Second year
master: Master
not_applicable: Not applicable
primary: Primary school
secondary: Secondary school
second_year: Second year
simple_form:
hints:
education_program:
......
......@@ -76,6 +76,7 @@ fr:
first_year: Bac + 1
high: Lycée
master: Master
not_applicable: Non applicable
primary: École primaire
secondary: Collège
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