gps/impeller switching implemented
This commit is contained in:
@@ -291,13 +291,13 @@
|
||||
<li id="advanced-usegps">
|
||||
<a href="/rowers/workout/{{ workout.id|encode }}/otwusegps/">
|
||||
<i class="fas fa-satellite"></i>
|
||||
{% if workout.impeller %}• {% else %} {% endif %}Use GPS data
|
||||
{% if workout.impeller %} {% else %}• {% endif %}Use GPS data
|
||||
</a>
|
||||
</li>
|
||||
<li id="advanced-useimpeller">
|
||||
<a href="/rowers/workout/{{ workout.id|encode }}/otwuseimpeller/">
|
||||
<i class="fas fa-wind-turbine fa-rotate-180"></i>
|
||||
{% if workout.impeller %} {% else %}• {% endif %}Use Impeller data
|
||||
{% if workout.impeller %}• {% else %} {% endif %}Use Impeller data
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user