Private
Public Access
1
0

adding some privacy

This commit is contained in:
Sander Roosendaal
2021-10-12 21:15:46 +02:00
parent 6145530dc2
commit bc715d14fe
5 changed files with 48 additions and 0 deletions

View File

@@ -190,6 +190,15 @@
The summary will be updated to show time on course, and you can compare this with other
attempts.
</p>
<p>
{% if rower.share_course_results %}
You are currently sharing your course results with all Rowsandall users.
Click <a href="/rowers/me/edit/?courseshare=false">here</a> to hide your course results.
{% else %}
You are currently hiding your course results (except for your participation in online challenges).
Click <a href="/rowers/me/edit/?courseshare=true">here</a> to hide your course results.
{% endif %}
</p>
<form ecntype="multipart/form-data" method="post">
<table>
{{ courseselectform.as_table }}