Skip to content

Commit

Permalink
[video recordings] Fixup: generate an external URL
Browse files Browse the repository at this point in the history
Relates-to commit c83526c.
  • Loading branch information
jayaddison committed Aug 18, 2024
1 parent f8ac324 commit ef6f3e0
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: {{ url_for('schedule.item', year=event_year, proposal_id=proposal.id, slug=proposal.slug) }}
The video and direct links to it can be found at: {{ url_for('schedule.item', year=event_year, proposal_id=proposal.id, slug=proposal.slug, _external=True) }}

Thank you again for participating in EMF {{ event_year }}!
{% endblock %}

0 comments on commit ef6f3e0

Please sign in to comment.