mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 09:30:40 +00:00
Only reveal hashids to the ui
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<p>Dear <b>{{ job.creator.username }}</b>,</p>
|
||||
<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 }}</b>!</p>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Dear {{ job.creator.username }},
|
||||
Dear {{ job.user.username }},
|
||||
|
||||
The status of your Job "{{ job.title }}" has changed!
|
||||
It is now {{ job.status }}!
|
||||
|
Reference in New Issue
Block a user