mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
10 lines
221 B
Django/Jinja
10 lines
221 B
Django/Jinja
Dear {{ job.creator.username }},
|
|
|
|
The status of your Job "{{ job.title }}" has changed!
|
|
It is now {{ job.status }}!
|
|
|
|
You can access your Job here: {{ url_for('jobs.job', job_id=job.id) }}
|
|
|
|
Kind regards!
|
|
Your nopaque team
|