small fix
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
{% if workout.rankingpiece %}
|
||||
<span style="font-size: smaller"><i class="fal fa-asterisk"></i></span>
|
||||
{% endif %}
|
||||
{% if workout.rpe == 0 %}
|
||||
{% if workout.rpe == 0 and not workout.duplicate %}
|
||||
<span style="font-size: smaller">
|
||||
<a href="/rowers/workout/{{ workout.id|encode }}/edit/">No RPE</a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user