mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 01:20:41 +00:00
Change job template.
This commit is contained in:
@ -71,5 +71,4 @@ def job(job_id):
|
||||
elif not job.user_id == current_user.id:
|
||||
print('Job does not belong to current user.')
|
||||
abort(403)
|
||||
print(job)
|
||||
return render_template('main/corpus.html.j2', title=job.title)
|
||||
return render_template('main/jobs/job.html.j2', title='Job', job=job)
|
||||
|
Reference in New Issue
Block a user