adding icons for duplicate and ranking piece
This commit is contained in:
@@ -86,6 +86,12 @@
|
|||||||
{% for workout in workouts %}
|
{% for workout in workouts %}
|
||||||
<li class="grid_4 divlines">
|
<li class="grid_4 divlines">
|
||||||
{{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
|
{{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
|
||||||
|
{% if workout.duplicate %}
|
||||||
|
<span style="font-size: smaller"><i class="fal fa-angle-double-up"></i></span>
|
||||||
|
{% endif %}
|
||||||
|
{% if workout.rankingpiece %}
|
||||||
|
<span style="font-size: smaller"><i class="fal fa-asterisk"></i></span>
|
||||||
|
{% endif %}
|
||||||
<div>
|
<div>
|
||||||
{% if workout.name != '' %}
|
{% if workout.name != '' %}
|
||||||
<h3>
|
<h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user