more normalization

This commit is contained in:
Patrick Jentsch
2023-03-28 14:19:37 +02:00
parent b41436c844
commit 9de09519d6
9 changed files with 72 additions and 46 deletions

View File

@ -29,8 +29,8 @@ def job(job_id):
abort(403)
return render_template(
'jobs/job.html.j2',
job=job,
title='Job'
title='Job',
job=job
)