Skip to content
Snippets Groups Projects
Commit 2148ad24 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Adding languages select

parent 9a0def61
No related branches found
No related tags found
No related merge requests found
......@@ -58,4 +58,4 @@ sib-widget(name='cs-section_introduction')
div
h2.title_form ${label}
p Informations will appear on your profile to inform entrepreneurs about your skills and activities. We will also use those information to address specific resources for validation.
\ No newline at end of file
......@@ -16,7 +16,15 @@
include menu.pug
div.flex.flex_espace.flex_item_center
select
sib-form(
data-src=`${endpoints.languages}`
fields='languages'
range-languages=`${endpoints.languages}`
widget-languages='sib-form-dropdown'
selected-languages=`${endpoints.languages}/1/`
label-languages=''
naked
)
input.ico_droite.ico_search
figure.avatar
//img(src="../images/logo.png" alt="Coopstarter")
......
......@@ -573,6 +573,11 @@ header input{
margin-right: 2rem;
border-radius: 50px;
}
header#header sib-form-dropdown>label>div {
display: none;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX MENU LOGUE XXXXXXXXXXXXXXXXXXXXXXXXXXX
......
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