indoor racing improvements
more descriptive form labels, new race set to organizer time zone, link back to race from workout view
This commit is contained in:
@@ -38,6 +38,22 @@
|
||||
<h1>{{ workout.name }}</h1>
|
||||
<ul class="main-content">
|
||||
<li class="grid_2">
|
||||
{% if records %}
|
||||
{% for record in records %}
|
||||
<p>
|
||||
This workout was a race. See race result here:
|
||||
<a href="/rowers/virtualevent/{{ record.race.id }}">{{ record.race.name }}</a>
|
||||
</p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if recordsindoor %}
|
||||
{% for record in recordsindoor %}
|
||||
<p>
|
||||
This workout was a race. See race result here:
|
||||
<a href="/rowers/virtualevent/{{ record.race.id }}">{{ record.race.name }}</a>
|
||||
</p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<p>
|
||||
<div class="fb-share-button"
|
||||
data-href="https://rowsandall.com/rowers/workout/{{ workout.id }}"
|
||||
|
||||
Reference in New Issue
Block a user