Petits fixes

This commit is contained in:
Evarin 2017-04-25 23:30:20 +02:00
parent 3cb9075a4d
commit 2da7e583f0
3 changed files with 13 additions and 1 deletions

View file

@ -663,3 +663,7 @@ article.promo {
}
}
}
#id_stage-thematiques {
display: none;
}

View file

@ -741,3 +741,8 @@ article.promo .explications > div {
article.promo .explications > div p {
margin: 15px 15px;
}
/* line 667, ../../sass/screen.scss */
#id_stage-thematiques {
display: none;
}

View file

@ -14,7 +14,10 @@ DEPARTEMENTS_DEFAUT = (
)
TYPE_STAGE_OPTIONS = (
('stage', u"Stage"),
('recherche', u"Stage de recherche"),
('pro', u"Stage professionnel"),
('lectorat', u"Lectorat"),
('autre', u"Autre"),
)
TYPE_LIEU_OPTIONS = (