2014-01-15 13:57:03 +00:00
|
|
|
{% load url from future %}
|
2012-08-14 07:49:57 +00:00
|
|
|
<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:
|
2014-01-15 13:57:03 +00:00
|
|
|
<a href="http://{{ current_site }}{% url 'dashboard' %}">http://{{ current_site }}{% url 'dashboard' %}</a>
|
2012-08-14 07:49:57 +00:00
|
|
|
</p>
|