mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 19:53:13 -04:00
Merge branch 'main' into notify-admin-flask
This commit is contained in:
@@ -1006,8 +1006,6 @@ def send_notification(service_id, template_id):
|
|||||||
".view_job",
|
".view_job",
|
||||||
service_id=service_id,
|
service_id=service_id,
|
||||||
job_id=upload_id,
|
job_id=upload_id,
|
||||||
from_job=upload_id,
|
|
||||||
notification_id=notifications["notifications"][0]["id"],
|
|
||||||
# used to show the final step of the tour (help=3) or not show
|
# used to show the final step of the tour (help=3) or not show
|
||||||
# a back link on a just sent one off notification (help=0)
|
# a back link on a just sent one off notification (help=0)
|
||||||
help=request.args.get("help"),
|
help=request.args.get("help"),
|
||||||
|
|||||||
Reference in New Issue
Block a user