Merge branch 'hotfix/v5.68'
This commit is contained in:
@@ -280,7 +280,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid_6 alpha">
|
<div class="grid_6 alpha">
|
||||||
{% if age %}
|
{% if age and sex != 'not specified' %}
|
||||||
<h1>World Records</h1>
|
<h1>World Records</h1>
|
||||||
<table width = "70%" class="listtable">
|
<table width = "70%" class="listtable">
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -377,6 +377,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
{% else %}
|
||||||
|
If you fill in your birth date and gender, you will see World Records for
|
||||||
|
your age group and gender at this place. You can edit your settings
|
||||||
|
<a href="/rowers/me/edit">here</a>.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user