Skip to content
Snippets Groups Projects
Commit 7871f276 authored by Martin Mareš's avatar Martin Mareš
Browse files

mo.score: Kosmetika

parent 7441f3d9
Branches
No related tags found
1 merge request!36Vylepšení výsledkové listiny
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -126,8 +126,7 @@ class Score: ...@@ -126,8 +126,7 @@ class Score:
.join(db.Participant, and_( .join(db.Participant, and_(
db.Participant.user_id == db.Participation.user_id, db.Participant.user_id == db.Participation.user_id,
db.Participant.year == round.year db.Participant.year == round.year
) )).filter(
).filter(
db.User.is_test == False, db.User.is_test == False,
db.Participation.state.in_(part_states), db.Participation.state.in_(part_states),
db.Participation.contest_id.in_(contest_subq) db.Participation.contest_id.in_(contest_subq)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment