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
......@@ -126,8 +126,7 @@ class Score:
.join(db.Participant, and_(
db.Participant.user_id == db.Participation.user_id,
db.Participant.year == round.year
)
).filter(
)).filter(
db.User.is_test == False,
db.Participation.state.in_(part_states),
db.Participation.contest_id.in_(contest_subq)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment