Private
Public Access
1
0

Merge branch 'develop' into feature/charts-microservice

This commit is contained in:
2024-04-01 11:18:29 +02:00
8 changed files with 195 additions and 42 deletions

View File

@@ -34,6 +34,21 @@
<th>Manager</th><td>{{ course.manager }}</td>
</tr>
</table>
<p>
{% if course in rower.followed_courses.all %}
You have liked this course. If you use <a href="https://performancephones.com/">CrewNerd</a>, you can synchronize this course to your phone in the app.
{% else %}
By clicking on the link below, you can add the course to your "liked" list, which can be synchronized with the
<a href="https://performancephones.com/">CrewNerd</a> app (from your phone).
{% endif %}
</p>
<p>
{% if course in rower.followed_courses.all %}
<a href="unfollow">Remove this course from your list of liked courses</a>
{% else %}
<a href="follow">Like this course</a>
{% endif %}
</p>
</li>
<li class="grid_2">
<div class="mapdiv">