ignore duplicates for rolling wps
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user