Private
Public Access
1
0

Merge tag 'v5.68' into develop

bug fixes
This commit is contained in:
Sander Roosendaal
2018-01-20 10:33:52 +01:00

View File

@@ -280,7 +280,7 @@
</div>
<div class="grid_6 alpha">
{% if age %}
{% if age and sex != 'not specified' %}
<h1>World Records</h1>
<table width = "70%" class="listtable">
<tbody>
@@ -377,6 +377,10 @@
</tr>
</tbody>
</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 %}
</div>
</div>