Skip to content

Commit

Permalink
[video recordings] Use url_for and add slug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Aug 18, 2024
1 parent 94f4781 commit c83526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/emails/video-recording-published.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit c83526c

Please sign in to comment.