Private
Public Access
1
0

bug fixes for non specified gender

This commit is contained in:
Sander Roosendaal
2018-01-20 10:25:34 +01:00
parent e327b2b16a
commit 60a81e68fe

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>