diff --git a/rowers/templates/rankings.html b/rowers/templates/rankings.html
index 369827b5..db4f9d7a 100644
--- a/rowers/templates/rankings.html
+++ b/rowers/templates/rankings.html
@@ -280,7 +280,7 @@
- {% if age %}
+ {% if age and sex != 'not specified' %}
World Records
+ {% 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
+
here.
{% endif %}