diff --git a/src/teams/templates/team_general.html b/src/teams/templates/team_general.html index 2c5bfc91..f8361104 100644 --- a/src/teams/templates/team_general.html +++ b/src/teams/templates/team_general.html @@ -26,7 +26,7 @@
Mailing List
{% 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.mailinglist_nonmember_posts %} + {% 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.

{% else %}

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