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">
|
||||
|
||||
Reference in New Issue
Block a user