Petits fixes
This commit is contained in:
parent
3cb9075a4d
commit
2da7e583f0
3 changed files with 13 additions and 1 deletions
|
@ -663,3 +663,7 @@ article.promo {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#id_stage-thematiques {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
@ -741,3 +741,8 @@ article.promo .explications > div {
|
||||||
article.promo .explications > div p {
|
article.promo .explications > div p {
|
||||||
margin: 15px 15px;
|
margin: 15px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* line 667, ../../sass/screen.scss */
|
||||||
|
#id_stage-thematiques {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
@ -14,7 +14,10 @@ DEPARTEMENTS_DEFAUT = (
|
||||||
)
|
)
|
||||||
|
|
||||||
TYPE_STAGE_OPTIONS = (
|
TYPE_STAGE_OPTIONS = (
|
||||||
('stage', u"Stage"),
|
('recherche', u"Stage de recherche"),
|
||||||
|
('pro', u"Stage professionnel"),
|
||||||
|
('lectorat', u"Lectorat"),
|
||||||
|
('autre', u"Autre"),
|
||||||
)
|
)
|
||||||
|
|
||||||
TYPE_LIEU_OPTIONS = (
|
TYPE_LIEU_OPTIONS = (
|
||||||
|
|
Loading…
Reference in a new issue