Private
Public Access
1
0

more detailed privacy policy around teams and bug fix

This commit is contained in:
Sander Roosendaal
2018-03-09 09:01:00 +01:00
parent c3a50e1c3d
commit 656104a921
4 changed files with 61 additions and 4 deletions

View File

@@ -32,6 +32,13 @@
{% elif hasrequested %}
<p>You have requested access to this team</p>
{% else %}
<p>You can request access to this team. By requesting access, you
agree to the <a href="/rowers/legal">Privacy Policy</a> regarding
team functionality. You agree to share your workout data (except
workouts marked as "private") to all team members and the team manager.
You also grant the team manager access to your heart rate and power
zone settings, as well as your functional threshold information. You
are granting the team manager permission to edit your workouts.</p>
<div class="grid_2 suffix_10 alpha tooltip">
<a class="button green small" href="/rowers/team/{{ team.id }}/requestmembership/{{ user.id }}">Join</a>
<span class="tooltiptext">A request will be sent to the team manager</span>