Skip to content
Snippets Groups Projects

Postup z předchozího kola

Merged Martin Mareš requested to merge mj/postup into devel
All threads resolved!
+ 2
1
@@ -1308,7 +1308,8 @@ def org_contest_advance(contest_id: int):
sess.commit()
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')
return redirect_back()
Loading