Small fixes to education theme, temporarily hide from overview
This commit is contained in:
parent
67b1e83224
commit
7f9e5d3cd6
3 changed files with 6 additions and 2 deletions
|
@ -43,7 +43,9 @@
|
|||
},
|
||||
{
|
||||
"id": "capacity",
|
||||
"question": "How much students can at most enroll in this school?",
|
||||
"question": {
|
||||
"en": "How much students can at most enroll in this school?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This school can enroll at most {capacity} students"
|
||||
},
|
||||
|
|
|
@ -18,5 +18,6 @@
|
|||
"tertiary_education",
|
||||
"school",
|
||||
"kindergarten_childcare"
|
||||
]
|
||||
],
|
||||
"hideFromOverview": true
|
||||
}
|
|
@ -4924,6 +4924,7 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"capacity": {
|
||||
"question": "How much students can at most enroll in this school?",
|
||||
"render": "This school can enroll at most {capacity} students"
|
||||
},
|
||||
"education-level-belgium": {
|
||||
|
|
Loading…
Reference in a new issue