diff --git a/src/teams/templates/team_general.html b/src/teams/templates/team_general.html index f8361104..3b9d05a9 100644 --- a/src/teams/templates/team_general.html +++ b/src/teams/templates/team_general.html @@ -27,7 +27,7 @@ {% if team.mailing_list and request.user in team.approved_members.all %}

The {{ team.name }} Team mailinglist is {{ team.mailing_list }}{% if team.mailing_list_archive_public %}, and the archives are publicly available{% endif %}. You should sign up for the list if you haven't already.

{% elif team.mailing_list and team.mailing_list_nonmember_posts %} -

The {{ team.name }} Team mailinglist is {{ team.mailing_list }}{% if team.mailing_list_archive_public %}, and the archives are publicly available{% endif %}. You do not need to be a member of the list to post to it.

+

The {{ team.name }} Team mailinglist is {{ team.mailing_list }}{% if team.mailing_list_archive_public %}, and the archives are publicly available{% endif %}. You do not need to be a member of the list to post to it, so you can contact the {{ team.name }} Team using this email address.

{% else %}

The {{ team.name }} Team does not have a public mailing list, but it can be contacted through our main email info@bornhack.dk. {% endif %}