@@ -83,6 +83,17 @@ {% endfor %} +

    + + Get Calendar File +

    + {% if rower|is_coach:rowers %} +

    + + Send Calendar File to all rowers + +

    + {% endif %} {% if unmatchedworkouts %} diff --git a/rowers/templates/team.html b/rowers/templates/team.html index 242abdd5..59c0fc34 100644 --- a/rowers/templates/team.html +++ b/rowers/templates/team.html @@ -72,6 +72,19 @@

    {% endif %} +
  • + {% if team.manager == user %} +

    Message

    +

    Use this form to send a message to all team members by email.

    +
    + + {{ groupmessageform.as_table }} +
    + {% csrf_token %} + +
    + {% endif %} +