mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-09-03 15:57:22 +00:00
Only reveal hashids to the ui
This commit is contained in:
app
__init__.py
config.pyadmin
api
corpora
daemon
events
jobs
models.pyservices
static
js
templates
utils.pymigrations/versions
requirements.txt@@ -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