adding some privacy
This commit is contained in:
@@ -95,6 +95,13 @@
|
||||
<p>
|
||||
<h2>Filter Results</h2>
|
||||
</p>
|
||||
<p>
|
||||
{% if onlyme %}
|
||||
<a href="/rowers/courses/{{ course.id }}/">All Results</a>
|
||||
{% else %}
|
||||
<a href="/rowers/courses/{{ course.id}}/?onlyme=true">Only My Results</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
|
||||
<form id="result_filter_form", method="post">
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user