diff --git a/pinaxcon/templates/symposion/emails/teams_user_invited/message.html b/pinaxcon/templates/symposion/emails/teams_user_invited/message.html new file mode 100644 index 0000000000000000000000000000000000000000..b498d247a2299b6c544fa87da2c09f4b4836de66 --- /dev/null +++ b/pinaxcon/templates/symposion/emails/teams_user_invited/message.html @@ -0,0 +1,12 @@ +{% load i18n account_tags %} + +{% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site %} +

+ You have been invited to join {{ team_name }} on {{ site_name }}. +

+ +

+ To accept this invitation, visit the following url: + http://{{ site_url }}{{ team_url }} +

+{% endblocktrans %} \ No newline at end of file