White space updates

This commit is contained in:
Jonathan Bobel
2024-12-20 14:04:25 -05:00
parent 168a7b6446
commit 86060a5e02
2 changed files with 2 additions and 1 deletions

View File

@@ -342,6 +342,7 @@ def send_files_by_email():
navigation_links=using_notify_nav(),
)
@main.route("/studio")
def studio():
return render_template(

View File

@@ -483,7 +483,7 @@ def send_one_off_step(service_id, template_id, step_index):
link_to_upload=(
request.endpoint == "main.send_one_off_step" and step_index == 0
),
errors=form.errors if form.errors else None
errors=form.errors if form.errors else None,
)