mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
🩹 — Fix bad route name called in alerting.py
This commit is contained in:
parent
9427f8e301
commit
be647a80b2
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ Status: {severity}
|
|||
Time: {result.submitted_at}
|
||||
Previous status: {old_severity}
|
||||
|
||||
See results of task on {request.url_for('get_task_results', task_id=task.id)}
|
||||
See results of task on {request.url_for('get_task_results_view', task_id=task.id)}
|
||||
"""
|
||||
|
||||
mail = f"""\
|
||||
|
@ -103,7 +103,7 @@ Status: {severity}
|
|||
Time: {result.submitted_at}
|
||||
Previous status: {old_severity}
|
||||
|
||||
See results of task on {request.url_for('get_task_results', task_id=task.id)}
|
||||
See results of task on {request.url_for('get_task_results_view', task_id=task.id)}
|
||||
"""
|
||||
|
||||
payload = {'title': subject,
|
||||
|
|
Loading…
Reference in a new issue