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

Překlep

parent 765ffd35
No related branches found
No related tags found
1 merge request!9WIP: Zárodek uživatelské části webu a submitování
......@@ -581,7 +581,7 @@ def org_submit_list(contest_id: int, user_id: int, task_id: int, site_id: Option
if type == db.PaperType.solution:
flash('Řešení odevzdáno', 'success')
else:
flash('Opravené řešení odevzdána', 'success')
flash('Opravené řešení odevzdáno', 'success')
return redirect(self_url)
# Najdeme řešení úlohy (nemusí existovat)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment