Skip to content

Commit

Permalink
Merge pull request #1619 from unicef/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
ntrncic authored Sep 7, 2021
2 parents 2bc12d4 + c8fa8a3 commit 0b0d8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_api/etools_prp/apps/unicef/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def send_notification_on_status_change(sender, instance, **kwargs):

subject_template_path = 'emails/on_progress_report_status_change_subject.txt'
pd = instance.programme_document
part_pr_url = f'/app/{pd.workspace.workspace_code}/ip-reporting/pd/{pd.id}/report/{instance.id}/'
part_pr_url = f'/ip/{pd.workspace.workspace_code}/ip-reporting/pd/{pd.id}/report/{instance.id}/'
pr_url = urljoin(settings.FRONTEND_HOST, part_pr_url)

template_data = {
Expand Down

0 comments on commit 0b0d8e7

Please sign in to comment.