Private
Public Access
1
0

ignore duplicates for rolling wps

This commit is contained in:
2025-01-09 15:30:47 +01:00
parent e191ab4fc3
commit 26a5f7acfc
6 changed files with 39 additions and 14 deletions

View File

@@ -110,6 +110,9 @@
<input type="checkbox" id="workoutid" value={{ workout.id|encode }} name="workoutid" />
{% endif %}
{{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
{% if workout.privacy == 'hidden' %}
<span style="font-size: smaller"><i class="fa-solid fa-eye-slash"></i></span>
{% endif %}
{% if workout.duplicate %}
<span style="font-size: smaller"><i class="fal fa-angle-double-up"></i></span>
{% endif %}