Ajout de la non-mixite
This commit is contained in:
parent
bbce00c434
commit
f90559a543
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export function mixiteChoisieWidget(feature){
|
||||
if(feature.properties["mixite-choisie"]){
|
||||
if(feature.properties["mixite-choisie"] || feature.properties["non-mixte"]){
|
||||
let content = document.createElement("div")
|
||||
content.classList.add("mixite-choisie-widget")
|
||||
content.classList.add("widget")
|
||||
|
|
@ -15,7 +15,7 @@ export function mixiteChoisieWidget(feature){
|
|||
content.append(description)
|
||||
} else {
|
||||
let p = document.createElement("p")
|
||||
p.textContent = `Cet espace est en mixité choisie sans mecs cis`
|
||||
p.textContent = `Cet espace est en mixité choisie sans homme cisgenre`
|
||||
content.append(p)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue