fixed style checks

This commit is contained in:
Beverly Nguyen
2024-02-06 17:14:46 -08:00
parent 15105bf506
commit fbf902e168
3 changed files with 3 additions and 4 deletions

View File

@@ -643,8 +643,7 @@ def preview_job(service_id, template_id, upload_id, row_index=2):
if data["errors"]:
return render_template("views/check/column-errors.html", **data)
return render_template('views/check/preview.html', scheduled_for=session['scheduled_for'], **data,
)
return render_template('views/check/preview.html', scheduled_for=session['scheduled_for'], **data)
@main.route("/services/<uuid:service_id>/start-job/<uuid:upload_id>", methods=["POST"])