diff options
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/other-reported.html | 2 | ||||
-rw-r--r-- | templates/email/default/other-reported.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/other-reported.html b/templates/email/default/other-reported.html index 10bfe94e3..c22bee231 100644 --- a/templates/email/default/other-reported.html +++ b/templates/email/default/other-reported.html @@ -27,7 +27,7 @@ of report, so it will instead be sent to [% report.body %].</p> [% END %] <p style="margin: 20px auto; text-align: center"> - <a style="[% button_style %]" href="[% cobrand.base_url_for_report(report) %][% report.url %]">View my report</a> + <a style="[% button_style %]" href="[% cobrand.base_url_for_report(report) %][% report.view_url %]">View my report</a> </p> [% end_padded_box | safe %] </th> diff --git a/templates/email/default/other-reported.txt b/templates/email/default/other-reported.txt index 7e7aefa39..522a89b50 100644 --- a/templates/email/default/other-reported.txt +++ b/templates/email/default/other-reported.txt @@ -20,7 +20,7 @@ of report, so it will instead be sent to [% report.body %]. It is available to view at: -[% cobrand.base_url_for_report(report) %][% report.url %] +[% cobrand.base_url_for_report(report) %][% report.view_url %] Your report has the title: |