Skip to content
Snippets Groups Projects
Commit 0e6980a9 authored by Auke Klazema's avatar Auke Klazema
Browse files

Task #9893: Wrong email template was used when obs goes to scheduled

parent 1ffb37bc
No related branches found
No related tags found
No related merge requests found
RECEIVED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s received"""
ACCEPTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s completed"""
ACCEPTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s scheduled"""
REJECTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s cancelled"""
ABORTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s aborted"""
FINISHED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s completed"""
......@@ -17,9 +17,9 @@ ACCEPTED_TEMPLATE_BODY = """Dear PI/Project Contact,
This is a follow up message for the trigger for your project %(PROJECTNAME)s with ID %(TRIGGERID)s.
The triggered observations have completed.
The trigger has been scheduled.
The observation IDs are %(OBSSASID)s, the MoM ID is %(OBSMOMID)s.
The observation IDs are %(OBSSASID)s, the MoM IDs are %(OBSMOMID)s.
To follow the progress and check the details, please check the observation in MoM %(MOMLINK)s.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment