Files @ 6d0e5bc50884
Branch filter:

Location: symposion_app/symposion/templates/emails/speaker_no_profile/message.html

Patrick Altman
Merge branch 'pyohio-master'
1
2
3
4
5
6
7
8
9
{% load url from future %}
<p>{{ proposal.speaker.name }} attached you as an additional speaker to a
    talk proposal for {{ current_site.name }} entitled "{{ proposal.title }}".</p>

<p>Go to</p>

<p><a href="http://{{ current_site }}{% url 'speaker_create_token' token %}">http://{{ current_site }}{% url 'speaker_create_token' token %}</a></p>

<p>to confirm and fill out your speaker profile.</p>