Files @ 91366dcd24c2
Branch filter:

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

Luke Hatcher
Merge pull request #21 from holdenweb/master

Tiny change to make sponsor entries addressable
1
2
3
4
5
6
<p>{{ proposal.speaker.name }} attached you as an additional speaker to a
    talk proposal for {{ current_site.name }} entitled "{{ proposal.title }}".</p>

<p>For more details, visit the {{ current_site.name }} speaker dashboard:
    <a href="http://{{ current_site }}{% url dashboard %}">http://{{ current_site }}{% url dashboard %}</a>
</p>