symposion_app/pinaxcon/templates/symposion/emails/teams_user_invited/message.html
Sachi King 9e851c31fa Remove dj-user-accounts
That's a nice macro, but we don't need it.
dj-user-accounts stands in the way of using more generic AUTN_METHODS
2017-03-31 11:54:46 +11:00

12 lines
425 B
HTML

{% load i18n %}
{% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site %}
<p>
You have been invited to join <b>{{ team_name }}</b> on {{ site_name }}.
</p>
<p>
To accept this invitation, visit the following url:
<a href="http://{{ site_url }}{{ team_url }}">http://{{ site_url }}{{ team_url }}</a>
</p>
{% endblocktrans %}