Add link to team settings

This commit is contained in:
leigh-mil
2019-04-30 13:46:43 -04:00
parent 67516b3b55
commit 53bdfc1151
2 changed files with 8 additions and 0 deletions

View File

@@ -88,6 +88,7 @@
</div>
{% call ToggleSection(section_name="members") %}
<div class='app-team-settings-link'>Need to add someone new to the team? <a href='{{ url_for("applications.team", application_id=application.id) }}'>Jump to Team Settings</a></div>
{% for role, members in members_by_role.items() %}
{{ RolePanel(users=members, role=role) }}
{% endfor %}