diff --git a/templates/emails/video-recording-published.txt b/templates/emails/video-recording-published.txt index 61f9d04bc..852cb51e9 100644 --- a/templates/emails/video-recording-published.txt +++ b/templates/emails/video-recording-published.txt @@ -4,7 +4,7 @@ Hi {{ proposal.user.name }}, The video recording for your EMF {{ proposal.human_type }} '{{ proposal.title }}' has been edited and published! -The video and direct links to it can be found at: https://www.emfcamp.org/schedule/{{ event_year }}/{{ proposal.id }} +The video and direct links to it can be found at: {{ url_for('.item', year=event_year, proposal_id=proposal.id, slug=proposal.slug) }} Thank you again for participating in EMF {{ event_year }}! {% endblock %}