Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
groupe-calcul
website
Commits
6a2e2f01
Commit
6a2e2f01
authored
Jun 15, 2020
by
Matthieu Boileau
Browse files
Merge branch 'fix-231' into 'master'
Fix
#231
Closes
#231
See merge request
!588
parents
8cf83cd4
390b82bd
Pipeline
#7599
passed with stages
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
utils/notify_job_offer_openshift.py
View file @
6a2e2f01
...
...
@@ -157,6 +157,7 @@ Pour déposer une annonce d'offre d'emploi sur notre site, rendez-vous sur ${SIT
self
.
d
[
'JOB_TYPE'
]
=
self
.
job_type
self
.
d
[
'JOB_TITLE'
]
=
self
.
job_title
self
.
d
[
'JOB_DURATION'
]
=
" ({})"
.
format
(
self
.
job_duration
)
if
self
.
job_duration
else
""
self
.
d
[
'SITEURL'
]
=
SITEURL
body
=
self
.
template
.
substitute
(
self
.
d
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment