diff --git a/beat/web/experiments/templates/experiments/failed_experiment_email.txt b/beat/web/experiments/templates/experiments/failed_experiment_email.txt index 791fcdfa0f8d954b9c8f6b7e789bf7837f11dc5d..1fcd1a791aa40fdfe88d8b061e14162de37ddc7b 100644 --- a/beat/web/experiments/templates/experiments/failed_experiment_email.txt +++ b/beat/web/experiments/templates/experiments/failed_experiment_email.txt @@ -2,7 +2,7 @@ Hello, The experiment {{ experiment.fullname }} failed to execute properly. -More details: http://{{ site.domain }}{{ experiment.get_absolute_url }} +More details: http://{{ site.domain }}/login/?next={{ experiment.get_absolute_url }} Note: You're receiving this email because you are subscribed to receive experiment notifications. You may turn them off at your settings page. diff --git a/beat/web/experiments/templates/experiments/successful_experiment_email.txt b/beat/web/experiments/templates/experiments/successful_experiment_email.txt index 9de856ecdd62e16a2cb3c028d43490ed3240edc8..a8443411e0588454c6c1cc60e044a2bc2cbf7b4c 100644 --- a/beat/web/experiments/templates/experiments/successful_experiment_email.txt +++ b/beat/web/experiments/templates/experiments/successful_experiment_email.txt @@ -2,7 +2,7 @@ Hello, The experiment {{ experiment.fullname }} finished successfully. -More details: http://{{ site.domain }}{{ experiment.get_absolute_url }} +More details: http://{{ site.domain }}/login/?next={{ experiment.get_absolute_url }} Note: You're receiving this email because you are subscribed to receive experiment notifications. You may turn them off at your settings page.