mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 01:20:41 +00:00
Change how the job id is obtained.
This commit is contained in:
@ -31,7 +31,7 @@ def corpus(corpus_id):
|
||||
files[file]['path'] = os.path.join(file)
|
||||
|
||||
return render_template('main/corpora/corpus.html.j2',
|
||||
corpus_id=corpus.id,
|
||||
corpus=corpus,
|
||||
files=files,
|
||||
title='Corpus')
|
||||
|
||||
@ -117,7 +117,7 @@ def job(job_id):
|
||||
|
||||
return render_template('main/jobs/job.html.j2',
|
||||
files=files,
|
||||
job_id=job.id,
|
||||
job=job,
|
||||
title='Job')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user