diff --git a/get_together/templates/get_together/teams/team_page_base.html b/get_together/templates/get_together/teams/team_page_base.html index c0f0b0f..20a354d 100644 --- a/get_together/templates/get_together/teams/team_page_base.html +++ b/get_together/templates/get_together/teams/team_page_base.html @@ -7,10 +7,12 @@
- {% if can_edit_team %} + {% if can_edit_team or request.user.profile.owned_orgs.count > 0 %}
+ {% if can_edit_team %} Edit Team Manage Members + {% endif %} {% if request.user.profile.owned_orgs.count > 0 %} Invite to Organization {% endif %}