{% extends "newbase.html" %} {% load static %} {% block title %}Edit Team{% endblock %} {% block main %}

Edit Team {{ team.name }}

  • {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %} {{ form.as_table }}
    {% csrf_token %}
    • Team Type: A private team is invisible on the Teams Management page, except for its members. The only way to add members is for the manager to send an invitation. An open team is visible for all rowsandall.com users. In addition to the invitation mechanism, any user can request to be added to this team. The team manager will always have to approve membership.
    • Sharing Behavior: When set to "All Members", all members of a team will see each other's workouts and planned sessions. This is the recommended setting. If te sharing behavior is set to "Coach Only", team members only see their own workouts and planned sessions. The coach sees all team members' workouts.
    • These settings can be changed at any point in time through the Team Edit page
{% endblock %} {% block sidebar %} {% include 'menu_teams.html' %} {% endblock %}