adding rpe editing
This commit is contained in:
@@ -92,6 +92,11 @@
|
||||
{% if workout.rankingpiece %}
|
||||
<span style="font-size: smaller"><i class="fal fa-asterisk"></i></span>
|
||||
{% endif %}
|
||||
{% if workout.rpe == 0 %}
|
||||
<span style="font-size: smaller">
|
||||
<a href="/rowers/workout/{{ workout.id|encode }}/edit/">No RPE</a>
|
||||
</span>
|
||||
{% endif %}
|
||||
<div>
|
||||
{% if workout.name != '' %}
|
||||
<h3>
|
||||
|
||||
Reference in New Issue
Block a user