diff --git a/pinaxcon/templates/symposion/emails/teams_user_invited/message.html b/pinaxcon/templates/symposion/emails/teams_user_invited/message.html deleted file mode 100644 index b498d247a2299b6c544fa87da2c09f4b4836de66..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/teams_user_invited/message.html +++ /dev/null @@ -1,12 +0,0 @@ -{% 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