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

Postup: Tečka za větou :)

parent fb476c74
No related branches found
No related tags found
1 merge request!29Postup z předchozího kola
...@@ -1308,7 +1308,8 @@ def org_contest_advance(contest_id: int): ...@@ -1308,7 +1308,8 @@ def org_contest_advance(contest_id: int):
sess.commit() sess.commit()
msg = (inflect_by_number(really_inserted, 'Pozván', 'Pozváni', 'Pozváno') msg = (inflect_by_number(really_inserted, 'Pozván', 'Pozváni', 'Pozváno')
+ ' ' + ' '
+ inflect_number(really_inserted, 'nový soutěžící', 'noví soutěžící', 'nových soutěžících')) + inflect_number(really_inserted, 'nový soutěžící', 'noví soutěžící', 'nových soutěžících')
+ '.')
flash(msg, 'success') flash(msg, 'success')
return redirect_back() return redirect_back()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment