mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 16:18:26 -04:00
White space updates
This commit is contained in:
@@ -342,6 +342,7 @@ def send_files_by_email():
|
|||||||
navigation_links=using_notify_nav(),
|
navigation_links=using_notify_nav(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@main.route("/studio")
|
@main.route("/studio")
|
||||||
def studio():
|
def studio():
|
||||||
return render_template(
|
return render_template(
|
||||||
|
|||||||
@@ -483,7 +483,7 @@ def send_one_off_step(service_id, template_id, step_index):
|
|||||||
link_to_upload=(
|
link_to_upload=(
|
||||||
request.endpoint == "main.send_one_off_step" and step_index == 0
|
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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user