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

- User "{{ username }}" has applied to join {{ team_name }} on {{ site_name }}. -

- -

- To accept this application and see any other pending applications, visit the following url: - http://{{ site_url }}{{ team_url }} -

-{% endblocktrans %}