cosmetic changes in race view
This commit is contained in:
@@ -266,7 +266,13 @@
|
|||||||
<td>{{ result.age }}</td>
|
<td>{{ result.age }}</td>
|
||||||
<td>{{ result.sex }}</td>
|
<td>{{ result.sex }}</td>
|
||||||
<td>{{ result.weightcategory }}</td>
|
<td>{{ result.weightcategory }}</td>
|
||||||
<td>{{ result.adaptiveclass }}</td>
|
<td>
|
||||||
|
{% if result.adaptiveclass == 'None' %}
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
{{ result.adaptiveclass }}
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
{% if race.sessiontype == 'race' %}
|
{% if race.sessiontype == 'race' %}
|
||||||
<td>{{ result.boatclass }}</td>
|
<td>{{ result.boatclass }}</td>
|
||||||
<td>{{ result.boattype }}</td>
|
<td>{{ result.boattype }}</td>
|
||||||
@@ -295,7 +301,13 @@
|
|||||||
<td>{{ result.age }}</td>
|
<td>{{ result.age }}</td>
|
||||||
<td>{{ result.sex }}</td>
|
<td>{{ result.sex }}</td>
|
||||||
<td>{{ result.weightcategory }}</td>
|
<td>{{ result.weightcategory }}</td>
|
||||||
<td>{{ result.adaptiveclass }}</td>
|
<td>
|
||||||
|
{% if result.adaptiveclass == 'None' %}
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
{{ result.adaptiveclass }}
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
{% if race.sessiontype == 'race' %}
|
{% if race.sessiontype == 'race' %}
|
||||||
<td>{{ result.boatclass }}</td>
|
<td>{{ result.boatclass }}</td>
|
||||||
<td>{{ result.boattype }}</td>
|
<td>{{ result.boattype }}</td>
|
||||||
@@ -363,7 +375,13 @@
|
|||||||
<td>{{ record.age }}</td>
|
<td>{{ record.age }}</td>
|
||||||
<td>{{ record.sex }}</td>
|
<td>{{ record.sex }}</td>
|
||||||
<td>{{ record.weightcategory }}</td>
|
<td>{{ record.weightcategory }}</td>
|
||||||
<td>{{ record.adaptiveclass }}</td>
|
<td>
|
||||||
|
{% if record.adaptiveclass == 'None' %}
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
{{ record.adaptiveclass }}
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
{% if record.userid == rower.id and 'withdrawbutton' in buttons %}
|
{% if record.userid == rower.id and 'withdrawbutton' in buttons %}
|
||||||
<td>
|
<td>
|
||||||
<a href="/rowers/virtualevent/{{ race.id }}/withdraw/{{ record.id }}" >Withdraw</a>
|
<a href="/rowers/virtualevent/{{ race.id }}/withdraw/{{ record.id }}" >Withdraw</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user