mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
9 lines
345 B
Django/Jinja
9 lines
345 B
Django/Jinja
<p>Dear <b>{{ job.user.username }}</b>,</p>
|
|
|
|
<p>The status of your Job "<b>{{ job.title }}</b>" has changed!</p>
|
|
<p>It is now <b>{{ job.status.name.lower() }}</b>!</p>
|
|
|
|
<p>You can access your Job here: <a href="{{ url_for('jobs.job', job_id=job.id) }}">{{ url_for('jobs.job', job_id=job.id) }}</a></p>
|
|
|
|
<p>Kind regards!<br>Your nopaque team</p>
|