diff --git a/beat/web/search/models.py b/beat/web/search/models.py
index 5577c5637eb682bbe049d88ba45aa33618487b1f..f70b392b3024a52ffa1b3630c3b774b2348ae67c 100644
--- a/beat/web/search/models.py
+++ b/beat/web/search/models.py
@@ -132,7 +132,6 @@ class Leaderboard(models.Model):
     notify = models.ManyToManyField(User, limit_choices_to={'is_active': True}, blank=True, help_text='If set, and the leader board changes, an e-mail notification will be sent to people on this list, every time it changes.')
 
     experiments = models.ManyToManyField(Experiment,
-                                         limit_choices_to={'status': Experiment.DONE},
                                          through='Rank',
                                          related_name='leaderboards',
                                          blank=True,